@charset "UTF-8";

/*!
 * TD Emerald Standards v1.8.1
 * Core framework & elements - with Emerald Standards components
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #1c1c1c;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 5px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.375;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #ccc
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-weight: 400;
    line-height: inherit;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #ccc
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 1.75rem
}

.h2,
h2 {
    font-size: 1.4375rem
}

.h3,
h3 {
    font-size: 1.25rem
}

.h4,
h4 {
    font-size: 1rem
}

.h5,
h5 {
    font-size: .83rem
}

.h6,
h6 {
    font-size: .8125rem
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:48em) {
    .lead {
        font-size: 24px
    }
}

.small,
small {
    font-size: 87%
}

.mark,
mark {
    background-color: #fff8d7;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ccc
}

.text-primary {
    color: #1a5336
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0e2c1d
}

.text-success {
    color: #1a5336
}

a.text-success:focus,
a.text-success:hover {
    color: #0e2c1d
}

.text-info {
    color: #1a5336
}

a.text-info:focus,
a.text-info:hover {
    color: #0e2c1d
}

.text-warning {
    color: #1c1c1c
}

a.text-warning:focus,
a.text-warning:hover {
    color: #030303
}

.text-danger {
    color: #ae1100
}

a.text-danger:focus,
a.text-danger:hover {
    color: #7b0c00
}

.bg-primary {
    color: #fff;
    background-color: #1a5336
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0e2c1d
}

.bg-success {
    background-color: #d8e4d7
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #bacfb9
}

.bg-info {
    background-color: #d8e4d7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #bacfb9
}

.bg-warning {
    background-color: #fff8d7
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ffefa4
}

.bg-danger {
    background-color: #f7e8e9
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #eac2c5
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #f3f3f8
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 11px
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dd,
dt {
    line-height: 1.375
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:48em) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #f3f3f8
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.375;
    color: #ccc
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f3f3f8;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.375
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, Courier- New, monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 5px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.375;
    word-break: break-all;
    word-wrap: break-word;
    color: #656565;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:48em) {
    .container {
        width: 100%
    }
}

@media (min-width:64em) {
    .container {
        width: 100%
    }
}

@media (min-width:75em) {
    .container {
        width: 1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:48em) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:64em) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:75em) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 30px 15px;
    line-height: 1.375;
    vertical-align: top;
    border-top: 1px solid #ccc
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ccc
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ccc
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #d8e4d7
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #c9dac8
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d8e4d7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c9dac8
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fff8d7
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #fff4be
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f7e8e9
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #f0d5d7
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:47.94em) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ccc
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #656565;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 16px;
    line-height: 1.375;
    color: #1c1c1c
}

.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #008a00;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 138, 0, .6)
}

.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #767676
}

.form-control::-webkit-input-placeholder {
    color: #767676
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f3f3f8;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 36px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 33px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 43px
    }
}

.form-group {
    margin-bottom: 0
}

.checkbox,
.radio {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 43px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0
}

select.input-lg {
    height: 43px;
    line-height: 43px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 43px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 43px;
    line-height: 43px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 43px;
    min-height: 38px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 1.33
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 43px;
    height: 43px;
    line-height: 43px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #1a5336
}

.has-success .form-control {
    border-color: #1a5336;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #0e2c1d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #32a169
}

.has-success .input-group-addon {
    color: #1a5336;
    border-color: #1a5336;
    background-color: #d8e4d7
}

.has-success .form-control-feedback {
    color: #1a5336
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #1c1c1c
}

.has-warning .form-control {
    border-color: #1c1c1c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #030303;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #4f4f4f
}

.has-warning .input-group-addon {
    color: #1c1c1c;
    border-color: #1c1c1c;
    background-color: #fff8d7
}

.has-warning .form-control-feedback {
    color: #1c1c1c
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #ae1100
}

.has-error .form-control {
    border-color: #ae1100;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #7b0c00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff2c15
}

.has-error .input-group-addon {
    color: #ae1100;
    border-color: #ae1100;
    background-color: #f7e8e9
}

.has-error .form-control-feedback {
    color: #ae1100
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5c5c5c
}

@media (min-width:48em) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:48em) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:48em) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 16px
    }
}

@media (min-width:48em) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #c55415;
    border-color: #c55415
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #974010;
    border-color: #522309
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #974010;
    border-color: #8e3c0f
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #77330d;
    border-color: #522309
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #c55415;
    border-color: #c55415
}

.btn-primary .badge {
    color: #c55415;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #606060
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #545454;
    border-color: #212121
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #545454;
    border-color: #424242
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #424242;
    border-color: #212121
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #6d6d6d;
    border-color: #606060
}

.btn-success .badge {
    color: #6d6d6d;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #d8e4d7;
    border-color: #c9dac8
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #bacfb9;
    border-color: #7fa67c
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #bacfb9;
    border-color: #a6c1a3
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #a6c1a3;
    border-color: #7fa67c
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #d8e4d7;
    border-color: #c9dac8
}

.btn-info .badge {
    color: #d8e4d7;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #038203;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #038203;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #ccc;
    text-decoration: none
}

.btn-lg {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 5px
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm,
.btn-xs {
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:47.94em) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:47.94em) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:47.94em) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:47.94em) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:64em) and (max-width:74.94em) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:64em) and (max-width:74.94em) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:64em) and (max-width:74.94em) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:64em) and (max-width:74.94em) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:75em) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:75em) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:75em) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:75em) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:47.94em) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:64em) and (max-width:74.94em) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:75em) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media print {
    a[href]:after {
        content: ""
    }

    @page {
        margin: 2cm .5cm
    }
}

@font-face {
    font-family: Webly Sleek;
    src: url(weblysleekuil-webfont.287f4d1d137f938996c8.eot);
    src: url(weblysleekuil-webfont.287f4d1d137f938996c8.eot?#iefix) format("embedded-opentype"), url(weblysleekuil-webfont.6755d12c56285cf53676.woff2) format("woff2"), url(weblysleekuil-webfont.fca1ec24da1faf141e2c.woff) format("woff"), url(weblysleekuil-webfont.5f6b336924f3bb227869.ttf) format("truetype"), url(weblysleekuil-webfont.1d6e6601d2ec47fd378b.svg#weblysleek_uilight) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Webly Sleek Italic;
    src: url(weblysleekuili-webfont.cada8663eb6745db87ad.eot);
    src: url(weblysleekuili-webfont.cada8663eb6745db87ad.eot?#iefix) format("embedded-opentype"), url(weblysleekuili-webfont.5a094b6d46fe091c8a3c.woff2) format("woff2"), url(weblysleekuili-webfont.0eb280c13ac251ba95ef.woff) format("woff"), url(weblysleekuili-webfont.5eb8ea147a28e628dcdc.ttf) format("truetype"), url(weblysleekuili-webfont.406b81056f3de91c0673.svg#weblysleek_uilight_italic) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Webly Sleek Light;
    src: url(weblysleekuil-webfont.287f4d1d137f938996c8.eot);
    src: url(weblysleekuil-webfont.287f4d1d137f938996c8.eot?#iefix) format("embedded-opentype"), url(weblysleekuil-webfont.6755d12c56285cf53676.woff2) format("woff2"), url(weblysleekuil-webfont.fca1ec24da1faf141e2c.woff) format("woff"), url(weblysleekuil-webfont.5f6b336924f3bb227869.ttf) format("truetype"), url(weblysleekuil-webfont.1d6e6601d2ec47fd378b.svg#weblysleek_uilight) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Webly Sleek Light Italic;
    src: url(weblysleekuili-webfont.cada8663eb6745db87ad.eot);
    src: url(weblysleekuili-webfont.cada8663eb6745db87ad.eot?#iefix) format("embedded-opentype"), url(weblysleekuili-webfont.5a094b6d46fe091c8a3c.woff2) format("woff2"), url(weblysleekuili-webfont.0eb280c13ac251ba95ef.woff) format("woff"), url(weblysleekuili-webfont.5eb8ea147a28e628dcdc.ttf) format("truetype"), url(weblysleekuili-webfont.406b81056f3de91c0673.svg#weblysleek_uilight_italic) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Webly Sleek SemiBold;
    src: url(weblysleekuisb-webfont.a437ae1df1fb73c5fe2e.eot);
    src: url(weblysleekuisb-webfont.a437ae1df1fb73c5fe2e.eot?#iefix) format("embedded-opentype"), url(weblysleekuisb-webfont.18c674cbba30f6a91c52.woff2) format("woff2"), url(weblysleekuisb-webfont.e2f3870aacdbc555ae1c.woff) format("woff"), url(weblysleekuisb-webfont.a5288fe826f1cb1fd3f0.ttf) format("truetype"), url(weblysleekuisb-webfont.7b0377394a7d5b475505.svg#weblysleek_uisemibold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Webly Sleek Semibold Italic;
    src: url(weblysleekuisbi-webfont.48c137fbffe50a99a7c1.eot);
    src: url(weblysleekuisbi-webfont.48c137fbffe50a99a7c1.eot?#iefix) format("embedded-opentype"), url(weblysleekuisbi-webfont.8f9633fe32cbc41cf845.woff2) format("woff2"), url(weblysleekuisbi-webfont.4016eea161eaea691bca.woff) format("woff"), url(weblysleekuisbi-webfont.268ef9c4ded4620e04c8.ttf) format("truetype"), url(weblysleekuisbi-webfont.d5503b4442ca9a3a1573.svg#weblysleek_uisemibold_italic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Webly Sleek SemiLight;
    src: url(weblysleekuisl-webfont.d6f46a4e4a6946f16fc1.eot);
    src: url(weblysleekuisl-webfont.d6f46a4e4a6946f16fc1.eot?#iefix) format("embedded-opentype"), url(weblysleekuisl-webfont.66604a205b26ae0393b2.woff2) format("woff2"), url(weblysleekuisl-webfont.e34262ae6844e69f13f6.woff) format("woff"), url(weblysleekuisl-webfont.da6c5155c14e81e00269.ttf) format("truetype"), url(weblysleekuisl-webfont.884a36bd3b8a9efa56c1.svg#weblysleek_uisemilight) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Webly Sleek SemiLight Italic;
    src: url(weblysleekuisli-webfont.fe3c908d46c7043c4937.eot);
    src: url(weblysleekuisli-webfont.fe3c908d46c7043c4937.eot?#iefix) format("embedded-opentype"), url(weblysleekuisli-webfont.28df4586bb41208a6db7.woff2) format("woff2"), url(weblysleekuisli-webfont.e464be47425c86246423.woff) format("woff"), url(weblysleekuisli-webfont.befa8a07dc6ffb2335b2.ttf) format("truetype"), url(weblysleekuisli-webfont.31d6cfe0d16ae931b73c.svg#weblysleek_uisemilight_italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: TD Graphik Light;
    src: url(TDGraphik-Light-Web.e9d97638da1cef5770cc.eot);
    src: url(TDGraphik-Light-Web.e9d97638da1cef5770cc.eot?#iefix) format("embedded-opentype"), url(TDGraphik-Light-Web.ac32324d8d2bb0cdec57.woff2) format("woff2"), url(TDGraphik-Light-Web.dbd2cbcf1896bae28883.woff) format("woff")
}

@font-face {
    font-family: TD Graphik SemiLight;
    src: url(TDGraphik-Semilight-Web.235bb95cc3f284433e09.eot);
    src: url(TDGraphik-Semilight-Web.235bb95cc3f284433e09.eot?#iefix) format("embedded-opentype"), url(TDGraphik-Semilight-Web.ba4304c61b26415cc0e7.woff2) format("woff2"), url(TDGraphik-Semilight-Web.6bc83ca17cba2bbdd747.woff) format("woff")
}

@font-face {
    font-family: TD Graphik Medium;
    src: url(TDGraphik-Medium-Web.5fc9847c704fbe96cc82.eot);
    src: url(TDGraphik-Medium-Web.5fc9847c704fbe96cc82.eot?#iefix) format("embedded-opentype"), url(TDGraphik-Medium-Web.a7fba7134dbb27be2441.woff2) format("woff2"), url(TDGraphik-Medium-Web.9b7711f3b236fb881b6d.woff) format("woff")
}

@font-face {
    font-family: TD Graphik Bold;
    src: url(TDGraphik-Bold-Web.d3037f4e6aaa4b9a4d8f.eot);
    src: url(TDGraphik-Bold-Web.d3037f4e6aaa4b9a4d8f.eot?#iefix) format("embedded-opentype"), url(TDGraphik-Bold-Web.8184f33e349931fbafc5.woff2) format("woff2"), url(TDGraphik-Bold-Web.69596c27e14d14042253.woff) format("woff")
}

@font-face {
    font-family: TD Graphik Regular;
    src: url(TDGraphik-Regular-Web.c371668bf2c626e987b3.eot);
    src: url(TDGraphik-Regular-Web.c371668bf2c626e987b3.eot?#iefix) format("embedded-opentype"), url(TDGraphik-Regular-Web.22ef7b9435b2b96c7f95.woff2) format("woff2"), url(TDGraphik-Regular-Web.4fa5391122cb4f948722.woff) format("woff")
}

@font-face {
    font-family: TD Graphik Light Italic;
    src: url(TDGraphik-LightItalic-Web.d1a2936688d2ef9ed4cf.eot);
    src: url(TDGraphik-LightItalic-Web.d1a2936688d2ef9ed4cf.eot?#iefix) format("embedded-opentype"), url(TDGraphik-LightItalic-Web.be6cac270d9c0d83e9e6.woff2) format("woff2"), url(TDGraphik-LightItalic-Web.899cf7ab6f0874a0cb58.woff) format("woff")
}

@font-face {
    font-family: TD Graphik SemiLight Italic;
    src: url(TDGraphik-SemilightItalic-Web.0739b30607f265d96dd0.eot);
    src: url(TDGraphik-SemilightItalic-Web.0739b30607f265d96dd0.eot?#iefix) format("embedded-opentype"), url(TDGraphik-SemilightItalic-Web.357badde2261e8b8c26c.woff2) format("woff2"), url(TDGraphik-SemilightItalic-Web.5f7a6755073a32386752.woff) format("woff")
}

@font-face {
    font-family: TD Graphik Medium Italic;
    src: url(TDGraphik-MediumItalic-Web.ae22c06a76c2a9ba3e1b.eot);
    src: url(TDGraphik-MediumItalic-Web.ae22c06a76c2a9ba3e1b.eot?#iefix) format("embedded-opentype"), url(TDGraphik-MediumItalic-Web.af03c19e96a9a5318f5a.woff2) format("woff2"), url(TDGraphik-MediumItalic-Web.22c79c8f141b1ea83763.woff) format("woff")
}

@font-face {
    font-family: TD Graphik Bold Italic;
    src: url(TDGraphik-BoldItalic-Web.13f117b002de4b30f716.eot);
    src: url(TDGraphik-BoldItalic-Web.13f117b002de4b30f716.eot?#iefix) format("embedded-opentype"), url(TDGraphik-BoldItalic-Web.846366058beb446b17a9.woff2) format("woff2"), url(TDGraphik-BoldItalic-Web.912ead4e76a8576bb277.woff) format("woff")
}

@font-face {
    font-family: TD Graphik Regular Italic;
    src: url(TDGraphik-RegularItalic-Web.b5c3a2a8d71e07f0da58.eot);
    src: url(TDGraphik-RegularItalic-Web.b5c3a2a8d71e07f0da58.eot?#iefix) format("embedded-opentype"), url(TDGraphik-RegularItalic-Web.1932743324e6463b3618.woff2) format("woff2"), url(TDGraphik-RegularItalic-Web.282ceb8c28dd87cd9c3d.woff) format("woff")
}

html {
    height: 100%
}

body,
html {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

body {
    height: auto;
    min-height: 100%;
    position: relative
}

html.lock-scroll body {
    height: 100%
}

html.lock-scroll.active:not(.static),
html.lock-scroll.active:not(.static) body {
    overflow: hidden
}

.img-wrapper-bleed {
    display: block;
    margin: 0 -15px
}

.img-wrapper-bleed>img {
    width: 100%
}

.td-lazy img {
    min-width: 1px;
    min-height: 1px
}

.td-lazy img[data-src] {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .25s ease-out
}

.td-lazy img[data-src].loaded {
    opacity: 1;
    filter: alpha(opacity=100)
}

.td-no-focus-outline :focus {
    outline: none !important
}

a:focus,
button:focus,
input[type=submit]:focus {
    outline: 1px dotted #12422b;
    outline-offset: 1px
}

.td-contentarea {
    margin: 0;
    padding: 0
}

.td-contentarea>section,
footer {
    margin-top: 30px
}

@media (max-width:47.94em) {

    .td-contentarea>section,
    footer {
        margin-top: 25px
    }
}

.td-expand-collapse-content+.td-divider,
.td_rq_compare-table-sticky {
    margin-top: 0 !important
}

.td-contentarea>section.td-bg-light-gray,
.td-contentarea>section.td-bg-mint-green {
    padding-top: 30px;
    padding-bottom: 30px
}

.td-contentarea>section.td-bg-light-gray+section.td-bg-light-gray,
.td-contentarea>section.td-bg-mint-green+section.td-bg-mint-green {
    margin-top: 0;
    padding-top: 0
}

.td-filter-tool-results.td-bg-light-gray,
.td-filter-tool-results.td-bg-mint-green,
.td-image-block-right-with-copy.td-bg-light-gray,
.td-image-block-right-with-copy.td-bg-mint-green,
.td-image-block-with-copy.td-bg-light-gray,
.td-image-block-with-copy.td-bg-mint-green,
.td-tab-with-label.td-bg-light-gray,
.td-tab-with-label.td-bg-mint-green,
.td-table-with-image-left.td-bg-light-gray,
.td-table-with-image-left.td-bg-mint-green,
.td-table-with-image-right.td-bg-light-gray,
.td-table-with-image-right.td-bg-mint-green {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.td-fullwidth {
    padding-bottom: 3.125rem
}

.td-fullwidth-gray {
    background: #f3f3f8;
    margin-bottom: 3.125rem
}

.td-fullwidth-dark-gray {
    background: #e7e8f1
}

.td-fullwidth-white {
    background: #fff
}

.td-fullwidth-dark-green {
    background: #174b30
}

.td-fullwidth-gray a:focus,
.td-fullwidth a:focus {
    outline-style: dotted;
    outline-color: #038203;
    outline-width: 1px
}

.td-fullwidth-dark-gray,
.td-fullwidth-dark-green,
.td-fullwidth-gray,
.td-fullwidth-white {
    padding: 3.125rem 0
}

.td-fullwidth-dark-gray:after,
.td-fullwidth-dark-gray:before,
.td-fullwidth-dark-green:after,
.td-fullwidth-dark-green:before,
.td-fullwidth-gray:after,
.td-fullwidth-gray:before,
.td-fullwidth-white:after,
.td-fullwidth-white:before {
    content: " ";
    display: table
}

.td-fullwidth-dark-gray:after,
.td-fullwidth-dark-green:after,
.td-fullwidth-gray:after,
.td-fullwidth-white:after {
    clear: both
}

@media (max-width:48em) {

    .td-fullwidth-dark-gray,
    .td-fullwidth-dark-green,
    .td-fullwidth-gray,
    .td-fullwidth-white {
        padding: 2.5rem 0
    }

    .td-fullwidth {
        padding-bottom: 2.5rem
    }

    .td-fullwidth-gray {
        margin-bottom: 2.5rem
    }
}

.td-bg-light-gray {
    background-color: #f3f3f8
}

.td-bg-mint-green {
    background-color: #f4f7f4
}

html {
    font-size: 16px
}

body {
    font-size: inherit
}

b,
strong {
    font-family: Webly Sleek SemiBold, Helvetica-, droid sans, sans-serif
}

body sup,
div sup,
p sup,
span sup {
    font-size: .813em;
    top: -.4em;
    vertical-align: baseline;
    position: relative
}

sup a {
    font-weight: 700;
    font-family: Webly Sleek SemiBold, Helvetica-, droid sans, sans-serif;
    text-decoration: none
}

sup a:focus,
sup a:hover {
    text-decoration: underline
}

h1 {
    font-family: TD Graphik Light, Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    line-height: 1.357;
    font-weight: 100;
    color: #1a5336;
    margin-top: .67em;
    margin-bottom: .67em
}

@media (max-width:47.94em) {
    h1 {
        font-size: 1.625rem;
        line-height: 1.385
    }
}

h1 sup {
    font-size: 16px;
    font-size: 1rem;
    top: -10px;
    top: -.625rem
}

h2 {
    font-family: TD Graphik Light, Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-weight: 300;
    color: #1a5336;
    line-height: 1.479;
    margin-top: .83em;
    margin-bottom: .83em
}

@media (max-width:47.94em) {
    h2 {
        font-size: 1.4375rem;
        line-height: 1.479
    }
}

h2 sup {
    font-size: 14px;
    font-size: .875rem;
    top: -9px;
    top: -.5625rem
}

h3 {
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em
}

@media (max-width:47.94em) {
    h3 {
        font-size: 1.125rem;
        line-height: 1.555
    }
}

h3 sup {
    font-size: 13px;
    font-size: .8125rem;
    top: -7px;
    top: -.4375rem
}

h3.td-cta>a {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    color: #038203;
    font-size: 1.0625rem;
    line-height: 1.529;
    font-weight: 400;
    text-decoration: none
}

h3.td-cta>a>.td-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em
}

h4,
h5 {
    font-weight: 700
}

h5 {
    margin-top: 1.67em;
    margin-bottom: 1.67em
}

p {
    margin-top: 1em;
    margin-bottom: 1em
}

small {
    font-size: 80%
}

.td-legal-copy,
.td-small-copy {
    font-size: 14px;
    font-size: .875rem
}

pre {
    margin: 15px 0
}

.container,
.td-container {
    position: relative
}

.td-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.td-container:after,
.td-container:before {
    content: " ";
    display: table
}

.td-container:after {
    clear: both
}

@media (min-width:48em) {
    .td-container {
        width: 100%
    }
}

@media (min-width:64em) {
    .td-container {
        width: 100%
    }
}

@media (min-width:75em) {
    .td-container {
        width: 1200px
    }
}

.td-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px
}

.td-container-fluid:after,
.td-container-fluid:before {
    content: " ";
    display: table
}

.td-container-fluid:after {
    clear: both
}

.td-row {
    margin-left: -15px;
    margin-right: -15px
}

.td-row:after,
.td-row:before {
    content: " ";
    display: table
}

.td-row:after {
    clear: both
}

.td-col-lg-1,
.td-col-lg-2,
.td-col-lg-3,
.td-col-lg-4,
.td-col-lg-5,
.td-col-lg-6,
.td-col-lg-7,
.td-col-lg-8,
.td-col-lg-9,
.td-col-lg-10,
.td-col-lg-11,
.td-col-lg-12,
.td-col-md-1,
.td-col-md-2,
.td-col-md-3,
.td-col-md-4,
.td-col-md-5,
.td-col-md-6,
.td-col-md-7,
.td-col-md-8,
.td-col-md-9,
.td-col-md-10,
.td-col-md-11,
.td-col-md-12,
.td-col-sm-1,
.td-col-sm-2,
.td-col-sm-3,
.td-col-sm-4,
.td-col-sm-5,
.td-col-sm-6,
.td-col-sm-7,
.td-col-sm-8,
.td-col-sm-9,
.td-col-sm-10,
.td-col-sm-11,
.td-col-sm-12,
.td-col-xs-1,
.td-col-xs-2,
.td-col-xs-3,
.td-col-xs-4,
.td-col-xs-5,
.td-col-xs-6,
.td-col-xs-7,
.td-col-xs-8,
.td-col-xs-9,
.td-col-xs-10,
.td-col-xs-11,
.td-col-xs-12,
comma-list {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.td-col-xs-1,
.td-col-xs-2,
.td-col-xs-3,
.td-col-xs-4,
.td-col-xs-5,
.td-col-xs-6,
.td-col-xs-7,
.td-col-xs-8,
.td-col-xs-9,
.td-col-xs-10,
.td-col-xs-11,
comma-list {
    float: left
}

.td-col-xs-1 {
    width: 8.33333%
}

.td-col-xs-2 {
    width: 16.66667%
}

.td-col-xs-3 {
    width: 25%
}

.td-col-xs-4 {
    width: 33.33333%
}

.td-col-xs-5 {
    width: 41.66667%
}

.td-col-xs-6 {
    width: 50%
}

.td-col-xs-7 {
    width: 58.33333%
}

.td-col-xs-8 {
    width: 66.66667%
}

.td-col-xs-9 {
    width: 75%
}

.td-col-xs-10 {
    width: 83.33333%
}

.td-col-xs-11 {
    width: 91.66667%
}

.td-col-xs-12 {
    width: 100%
}

.td-col-xs-pull-0 {
    right: auto
}

.td-col-xs-pull-1 {
    right: 8.33333%
}

.td-col-xs-pull-2 {
    right: 16.66667%
}

.td-col-xs-pull-3 {
    right: 25%
}

.td-col-xs-pull-4 {
    right: 33.33333%
}

.td-col-xs-pull-5 {
    right: 41.66667%
}

.td-col-xs-pull-6 {
    right: 50%
}

.td-col-xs-pull-7 {
    right: 58.33333%
}

.td-col-xs-pull-8 {
    right: 66.66667%
}

.td-col-xs-pull-9 {
    right: 75%
}

.td-col-xs-pull-10 {
    right: 83.33333%
}

.td-col-xs-pull-11 {
    right: 91.66667%
}

.td-col-xs-pull-12 {
    right: 100%
}

.td-col-xs-push-0 {
    left: auto
}

.td-col-xs-push-1 {
    left: 8.33333%
}

.td-col-xs-push-2 {
    left: 16.66667%
}

.td-col-xs-push-3 {
    left: 25%
}

.td-col-xs-push-4 {
    left: 33.33333%
}

.td-col-xs-push-5 {
    left: 41.66667%
}

.td-col-xs-push-6 {
    left: 50%
}

.td-col-xs-push-7 {
    left: 58.33333%
}

.td-col-xs-push-8 {
    left: 66.66667%
}

.td-col-xs-push-9 {
    left: 75%
}

.td-col-xs-push-10 {
    left: 83.33333%
}

.td-col-xs-push-11 {
    left: 91.66667%
}

.td-col-xs-push-12 {
    left: 100%
}

.td-col-xs-offset-0 {
    margin-left: 0
}

.td-col-xs-offset-1 {
    margin-left: 8.33333%
}

.td-col-xs-offset-2 {
    margin-left: 16.66667%
}

.td-col-xs-offset-3 {
    margin-left: 25%
}

.td-col-xs-offset-4 {
    margin-left: 33.33333%
}

.td-col-xs-offset-5 {
    margin-left: 41.66667%
}

.td-col-xs-offset-6 {
    margin-left: 50%
}

.td-col-xs-offset-7 {
    margin-left: 58.33333%
}

.td-col-xs-offset-8 {
    margin-left: 66.66667%
}

.td-col-xs-offset-9 {
    margin-left: 75%
}

.td-col-xs-offset-10 {
    margin-left: 83.33333%
}

.td-col-xs-offset-11 {
    margin-left: 91.66667%
}

.td-col-xs-offset-12 {
    margin-left: 100%
}

@media (max-width:47.94em) {
    .td-xs-full-bleed {
        margin-left: -15px;
        margin-right: -15px
    }

    .td-xs-full-bleed:after,
    .td-xs-full-bleed:before {
        content: " ";
        display: table
    }

    .td-xs-full-bleed:after {
        clear: both
    }

    .td-button-block-xs {
        display: block
    }
}

@media (max-width:63.94em) {
    .td-sm-full-bleed {
        margin-left: -15px;
        margin-right: -15px
    }

    .td-sm-full-bleed:after,
    .td-sm-full-bleed:before {
        content: " ";
        display: table
    }

    .td-sm-full-bleed:after {
        clear: both
    }

    .td-button-block-sm {
        display: block
    }
}

@media (max-width:64em) {
    .td-md-full-bleed {
        margin-left: -15px;
        margin-right: -15px
    }

    .td-md-full-bleed:after,
    .td-md-full-bleed:before {
        content: " ";
        display: table
    }

    .td-md-full-bleed:after {
        clear: both
    }

    .td-button-block-md {
        display: block
    }
}

@media (min-width:48em) {

    .td-col-sm-1,
    .td-col-sm-2,
    .td-col-sm-3,
    .td-col-sm-4,
    .td-col-sm-5,
    .td-col-sm-6,
    .td-col-sm-7,
    .td-col-sm-8,
    .td-col-sm-9,
    .td-col-sm-10,
    .td-col-sm-11,
    comma-list {
        float: left
    }

    .td-col-sm-1 {
        width: 8.33333%
    }

    .td-col-sm-2 {
        width: 16.66667%
    }

    .td-col-sm-3 {
        width: 25%
    }

    .td-col-sm-4 {
        width: 33.33333%
    }

    .td-col-sm-5 {
        width: 41.66667%
    }

    .td-col-sm-6 {
        width: 50%
    }

    .td-col-sm-7 {
        width: 58.33333%
    }

    .td-col-sm-8 {
        width: 66.66667%
    }

    .td-col-sm-9 {
        width: 75%
    }

    .td-col-sm-10 {
        width: 83.33333%
    }

    .td-col-sm-11 {
        width: 91.66667%
    }

    .td-col-sm-12 {
        width: 100%
    }

    .td-col-sm-pull-0 {
        right: auto
    }

    .td-col-sm-pull-1 {
        right: 8.33333%
    }

    .td-col-sm-pull-2 {
        right: 16.66667%
    }

    .td-col-sm-pull-3 {
        right: 25%
    }

    .td-col-sm-pull-4 {
        right: 33.33333%
    }

    .td-col-sm-pull-5 {
        right: 41.66667%
    }

    .td-col-sm-pull-6 {
        right: 50%
    }

    .td-col-sm-pull-7 {
        right: 58.33333%
    }

    .td-col-sm-pull-8 {
        right: 66.66667%
    }

    .td-col-sm-pull-9 {
        right: 75%
    }

    .td-col-sm-pull-10 {
        right: 83.33333%
    }

    .td-col-sm-pull-11 {
        right: 91.66667%
    }

    .td-col-sm-pull-12 {
        right: 100%
    }

    .td-col-sm-push-0 {
        left: auto
    }

    .td-col-sm-push-1 {
        left: 8.33333%
    }

    .td-col-sm-push-2 {
        left: 16.66667%
    }

    .td-col-sm-push-3 {
        left: 25%
    }

    .td-col-sm-push-4 {
        left: 33.33333%
    }

    .td-col-sm-push-5 {
        left: 41.66667%
    }

    .td-col-sm-push-6 {
        left: 50%
    }

    .td-col-sm-push-7 {
        left: 58.33333%
    }

    .td-col-sm-push-8 {
        left: 66.66667%
    }

    .td-col-sm-push-9 {
        left: 75%
    }

    .td-col-sm-push-10 {
        left: 83.33333%
    }

    .td-col-sm-push-11 {
        left: 91.66667%
    }

    .td-col-sm-push-12 {
        left: 100%
    }

    .td-col-sm-offset-0 {
        margin-left: 0
    }

    .td-col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .td-col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .td-col-sm-offset-3 {
        margin-left: 25%
    }

    .td-col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .td-col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .td-col-sm-offset-6 {
        margin-left: 50%
    }

    .td-col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .td-col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .td-col-sm-offset-9 {
        margin-left: 75%
    }

    .td-col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .td-col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .td-col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:64em) {

    .td-col-md-1,
    .td-col-md-2,
    .td-col-md-3,
    .td-col-md-4,
    .td-col-md-5,
    .td-col-md-6,
    .td-col-md-7,
    .td-col-md-8,
    .td-col-md-9,
    .td-col-md-10,
    .td-col-md-11,
    comma-list {
        float: left
    }

    .td-col-md-1 {
        width: 8.33333%
    }

    .td-col-md-2 {
        width: 16.66667%
    }

    .td-col-md-3 {
        width: 25%
    }

    .td-col-md-4 {
        width: 33.33333%
    }

    .td-col-md-5 {
        width: 41.66667%
    }

    .td-col-md-6 {
        width: 50%
    }

    .td-col-md-7 {
        width: 58.33333%
    }

    .td-col-md-8 {
        width: 66.66667%
    }

    .td-col-md-9 {
        width: 75%
    }

    .td-col-md-10 {
        width: 83.33333%
    }

    .td-col-md-11 {
        width: 91.66667%
    }

    .td-col-md-12 {
        width: 100%
    }

    .td-col-md-pull-0 {
        right: auto
    }

    .td-col-md-pull-1 {
        right: 8.33333%
    }

    .td-col-md-pull-2 {
        right: 16.66667%
    }

    .td-col-md-pull-3 {
        right: 25%
    }

    .td-col-md-pull-4 {
        right: 33.33333%
    }

    .td-col-md-pull-5 {
        right: 41.66667%
    }

    .td-col-md-pull-6 {
        right: 50%
    }

    .td-col-md-pull-7 {
        right: 58.33333%
    }

    .td-col-md-pull-8 {
        right: 66.66667%
    }

    .td-col-md-pull-9 {
        right: 75%
    }

    .td-col-md-pull-10 {
        right: 83.33333%
    }

    .td-col-md-pull-11 {
        right: 91.66667%
    }

    .td-col-md-pull-12 {
        right: 100%
    }

    .td-col-md-push-0 {
        left: auto
    }

    .td-col-md-push-1 {
        left: 8.33333%
    }

    .td-col-md-push-2 {
        left: 16.66667%
    }

    .td-col-md-push-3 {
        left: 25%
    }

    .td-col-md-push-4 {
        left: 33.33333%
    }

    .td-col-md-push-5 {
        left: 41.66667%
    }

    .td-col-md-push-6 {
        left: 50%
    }

    .td-col-md-push-7 {
        left: 58.33333%
    }

    .td-col-md-push-8 {
        left: 66.66667%
    }

    .td-col-md-push-9 {
        left: 75%
    }

    .td-col-md-push-10 {
        left: 83.33333%
    }

    .td-col-md-push-11 {
        left: 91.66667%
    }

    .td-col-md-push-12 {
        left: 100%
    }

    .td-col-md-offset-0 {
        margin-left: 0
    }

    .td-col-md-offset-1 {
        margin-left: 8.33333%
    }

    .td-col-md-offset-2 {
        margin-left: 16.66667%
    }

    .td-col-md-offset-3 {
        margin-left: 25%
    }

    .td-col-md-offset-4 {
        margin-left: 33.33333%
    }

    .td-col-md-offset-5 {
        margin-left: 41.66667%
    }

    .td-col-md-offset-6 {
        margin-left: 50%
    }

    .td-col-md-offset-7 {
        margin-left: 58.33333%
    }

    .td-col-md-offset-8 {
        margin-left: 66.66667%
    }

    .td-col-md-offset-9 {
        margin-left: 75%
    }

    .td-col-md-offset-10 {
        margin-left: 83.33333%
    }

    .td-col-md-offset-11 {
        margin-left: 91.66667%
    }

    .td-col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:75em) {

    .td-col-lg-1,
    .td-col-lg-2,
    .td-col-lg-3,
    .td-col-lg-4,
    .td-col-lg-5,
    .td-col-lg-6,
    .td-col-lg-7,
    .td-col-lg-8,
    .td-col-lg-9,
    .td-col-lg-10,
    .td-col-lg-11,
    comma-list {
        float: left
    }

    .td-col-lg-1 {
        width: 8.33333%
    }

    .td-col-lg-2 {
        width: 16.66667%
    }

    .td-col-lg-3 {
        width: 25%
    }

    .td-col-lg-4 {
        width: 33.33333%
    }

    .td-col-lg-5 {
        width: 41.66667%
    }

    .td-col-lg-6 {
        width: 50%
    }

    .td-col-lg-7 {
        width: 58.33333%
    }

    .td-col-lg-8 {
        width: 66.66667%
    }

    .td-col-lg-9 {
        width: 75%
    }

    .td-col-lg-10 {
        width: 83.33333%
    }

    .td-col-lg-11 {
        width: 91.66667%
    }

    .td-col-lg-12 {
        width: 100%
    }

    .td-col-lg-pull-0 {
        right: auto
    }

    .td-col-lg-pull-1 {
        right: 8.33333%
    }

    .td-col-lg-pull-2 {
        right: 16.66667%
    }

    .td-col-lg-pull-3 {
        right: 25%
    }

    .td-col-lg-pull-4 {
        right: 33.33333%
    }

    .td-col-lg-pull-5 {
        right: 41.66667%
    }

    .td-col-lg-pull-6 {
        right: 50%
    }

    .td-col-lg-pull-7 {
        right: 58.33333%
    }

    .td-col-lg-pull-8 {
        right: 66.66667%
    }

    .td-col-lg-pull-9 {
        right: 75%
    }

    .td-col-lg-pull-10 {
        right: 83.33333%
    }

    .td-col-lg-pull-11 {
        right: 91.66667%
    }

    .td-col-lg-pull-12 {
        right: 100%
    }

    .td-col-lg-push-0 {
        left: auto
    }

    .td-col-lg-push-1 {
        left: 8.33333%
    }

    .td-col-lg-push-2 {
        left: 16.66667%
    }

    .td-col-lg-push-3 {
        left: 25%
    }

    .td-col-lg-push-4 {
        left: 33.33333%
    }

    .td-col-lg-push-5 {
        left: 41.66667%
    }

    .td-col-lg-push-6 {
        left: 50%
    }

    .td-col-lg-push-7 {
        left: 58.33333%
    }

    .td-col-lg-push-8 {
        left: 66.66667%
    }

    .td-col-lg-push-9 {
        left: 75%
    }

    .td-col-lg-push-10 {
        left: 83.33333%
    }

    .td-col-lg-push-11 {
        left: 91.66667%
    }

    .td-col-lg-push-12 {
        left: 100%
    }

    .td-col-lg-offset-0 {
        margin-left: 0
    }

    .td-col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .td-col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .td-col-lg-offset-3 {
        margin-left: 25%
    }

    .td-col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .td-col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .td-col-lg-offset-6 {
        margin-left: 50%
    }

    .td-col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .td-col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .td-col-lg-offset-9 {
        margin-left: 75%
    }

    .td-col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .td-col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .td-col-lg-offset-12 {
        margin-left: 100%
    }
}

.td-extend-horiz {
    padding-left: 0;
    padding-right: 0
}

.td-extend-left {
    padding-left: 0
}

.td-extend-right {
    padding-right: 0
}

a {
    text-decoration: underline
}

a,
a:focus,
a:hover {
    color: #038203
}

a:focus {
    outline: 1px dotted #12422b;
    outline-offset: 1px
}

a.td-link-inline,
a.td-link-nounderline,
a.td-link-nounderline:focus,
a.td-link-nounderline:hover {
    text-decoration: none
}

a.td-link-inline {
    font-weight: 700;
    font-family: Webly Sleek SemiBold, Helvetica-, droid sans, sans-serif
}

a.td-link-inline:focus,
a.td-link-inline:hover {
    text-decoration: underline
}

a.td-copy-black,
a.td-copy-black .td-link-firstword .td-icon-leftCaret:before,
a.td-copy-black .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-black:focus,
a.td-copy-black:focus .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-black:focus .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-black:hover,
a.td-copy-black:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-black:hover .td-link-lastword .td-icon-rightCaret:before {
    color: #1c1c1c
}

a.td-copy-white,
a.td-copy-white .td-link-firstword .td-icon-leftCaret:before,
a.td-copy-white .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-white:focus,
a.td-copy-white:focus .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-white:focus .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-white:hover,
a.td-copy-white:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-white:hover .td-link-lastword .td-icon-rightCaret:before {
    color: #fff
}

a.td-copy-gray,
a.td-copy-gray .td-link-firstword .td-icon-leftCaret:before,
a.td-copy-gray .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-gray:focus,
a.td-copy-gray:focus .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-gray:focus .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-gray:hover,
a.td-copy-gray:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-gray:hover .td-link-lastword .td-icon-rightCaret:before {
    color: #656565
}

a.td-copy-green,
a.td-copy-green .td-link-firstword .td-icon-leftCaret:before,
a.td-copy-green .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-green:focus,
a.td-copy-green:focus .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-green:focus .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-green:hover,
a.td-copy-green:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-green:hover .td-link-lastword .td-icon-rightCaret:before {
    color: #038203
}

a.td-copy-brightgreen,
a.td-copy-brightgreen .td-link-firstword .td-icon-leftCaret:before,
a.td-copy-brightgreen .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-brightgreen:focus,
a.td-copy-brightgreen:focus .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-brightgreen:focus .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-brightgreen:hover,
a.td-copy-brightgreen:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-brightgreen:hover .td-link-lastword .td-icon-rightCaret:before {
    color: #5bd453
}

a.td-copy-lightgreen,
a.td-copy-lightgreen .td-link-firstword .td-icon-leftCaret:before,
a.td-copy-lightgreen .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-lightgreen:focus,
a.td-copy-lightgreen:focus .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-lightgreen:focus .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-lightgreen:hover,
a.td-copy-lightgreen:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-lightgreen:hover .td-link-lastword .td-icon-rightCaret:before {
    color: #9ec2b1
}

a.td-link-back,
a.td-link-standalone {
    text-decoration: none
}

a.td-link-back.td-link-underline,
a.td-link-standalone.td-link-underline {
    text-decoration: underline
}

a.td-link-back:focus,
a.td-link-back:hover,
a.td-link-standalone:focus,
a.td-link-standalone:hover {
    color: #038203
}

a.td-link-back .td-link-lastword,
a.td-link-standalone .td-link-lastword {
    white-space: nowrap
}

a.td-link-back .td-link-lastword:hover,
a.td-link-standalone .td-link-lastword:hover {
    text-decoration: none
}

a.td-link-back .td-link-lastword .td-icon,
a.td-link-standalone .td-link-lastword .td-icon {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e623";
    vertical-align: middle;
    padding-left: .25rem;
    color: #038203;
    font-size: 70%;
    position: relative;
    top: 0
}

a.td-link-back .td-link-firstword,
a.td-link-standalone .td-link-firstword {
    white-space: nowrap
}

a.td-link-back .td-link-firstword:hover,
a.td-link-standalone .td-link-firstword:hover {
    text-decoration: none
}

a.td-link-back .td-link-firstword .td-icon,
a.td-link-standalone .td-link-firstword .td-icon {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e623";
    vertical-align: middle;
    padding-left: .25rem;
    color: #038203;
    font-size: 70%;
    position: relative;
    top: -.1em
}

a.td-link-back {
    font-size: 1rem;
    margin-top: 22px;
    margin-left: -6px;
    color: #008a00
}

a .td-link-lastword {
    white-space: nowrap
}

a .td-link-lastword .td-icon {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e623";
    vertical-align: middle;
    padding-left: .25rem;
    color: #038203;
    font-size: 70%;
    position: relative;
    top: 0
}

a .td-link-back .td-icon-leftCaret:before,
a .td-link-back .td-icon-leftCaret:before:focus,
a .td-link-back .td-icon-leftCaret:before:hover {
    text-decoration: none
}

a .td-link-standalone .td-link-lastword .td-icon {
    color: inherit
}

.td-link-lastword .td-link-font-icon:after {
    font-size: 70%
}

h2 .td-link-lastword .td-link-font-icon:after {
    font-size: 50%
}

h3 .td-link-lastword .td-link-font-icon:after {
    font-size: 60%
}

a.td-link-action,
a.td-link-previous {
    position: relative;
    text-decoration: none
}

a.td-link-action:after,
a.td-link-action:before,
a.td-link-previous:after,
a.td-link-previous:before {
    font-size: 70%;
    font-family: icons;
    vertical-align: middle;
    line-height: 1;
    width: 1em;
    text-align: center;
    display: inline-block
}

a.td-link-action:after {
    margin-left: 4px
}

a.td-link-previous:before {
    margin-right: 6px;
    margin-left: -2px;
    position: relative;
    top: -.1em
}

.td-makeclickable {
    cursor: pointer
}

a.td-cta {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.529;
    font-weight: 400;
    text-decoration: none
}

a.td-cta>.td-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.td-divider {
    clear: both
}

hr {
    margin: 0 auto
}

hr.td-thin-divider-line-1 {
    border-top: 1px solid #ccc
}

hr.td-thin-divider-line-2 {
    border-top: 1px solid #008a00
}

hr.td-thick-divider-line {
    border-top: 10px solid #f3f3f8
}

hr.td-divider-green {
    width: 100%;
    border-top: 2px solid #008a00
}

@media (min-width:75em) {
    hr.td-divider-green {
        width: 50%
    }
}

@media (min-width:48em) and (max-width:74.94em) {
    hr.td-divider-green {
        width: 60%
    }
}

@media (max-width:63.94em) {
    hr.td-divider-green {
        width: 80%
    }
}

hr.td-thin-divider-full-width {
    width: 100%;
    border-top: 1px solid #ccc
}

.td-vertical-divider-line-1 {
    border-right: 1px solid;
    border-color: #ccc
}

.td-vertical-divider-line-2 {
    border-right: 1px solid;
    border-color: #008a00
}

@media (min-width:48em) {
    .td-divide>:not(:last-child) {
        border-right: 1px solid #fff
    }

    .td-divide.light-gray>:not(:last-child) {
        border-right: 1px solid #f3f3f8
    }

    .td-divide.dark-gray>:not(:last-child) {
        border-right: 1px solid #ccc
    }

    section>.td-container>.td-divide:last-child,
    section>.td-divide:last-child {
        margin-bottom: 0
    }
}

.td-button,
input.td-button,
input.td-button-compact,
input.td-button-large,
input.td-button-super-compact {
    margin-bottom: 0
}

.td-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.td-button.active.focus,
.td-button.active:focus,
.td-button.focus,
.td-button:active.focus,
.td-button:active:focus,
.td-button:focus {
    outline: 1px dotted #12422b;
    outline-offset: 1px
}

.td-button.focus,
.td-button:focus,
.td-button:hover {
    color: #333;
    text-decoration: none
}

.td-button.active,
.td-button:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.td-button.disabled,
.td-button[disabled],
fieldset[disabled] .td-button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.td-button.disabled,
fieldset[disabled] a.td-button {
    pointer-events: none
}

.btn,
.td-button {
    padding: 8px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    border-radius: 5px;
    border-width: 1px;
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    word-break: keep-all;
    white-space: normal;
    position: relative
}

.btn .bold-button,
.td-button .bold-button {
    font-family: Webly Sleek SemiBold, Helvetica-, droid sans, sans-serif
}

@media (min-width:48em) and (max-width:63.94em) {

    .btn,
    .td-button {
        font-size: 16px;
        font-size: 1rem
    }
}

.btn.active,
.btn:active,
.td-button.active,
.td-button:active {
    box-shadow: none
}

.btn.disabled,
.btn[disabled],
.td-button.disabled,
.td-button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .td-button {
    opacity: 1;
    color: #c1c1c1;
    background-color: #fafafd;
    border-color: #dadada
}

.btn.disabled.focus,
.btn.disabled:focus,
.btn.disabled:hover,
.btn[disabled].focus,
.btn[disabled]:focus,
.btn[disabled]:hover,
.td-button.disabled.focus,
.td-button.disabled:focus,
.td-button.disabled:hover,
.td-button[disabled].focus,
.td-button[disabled]:focus,
.td-button[disabled]:hover,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:hover,
fieldset[disabled] .td-button.focus,
fieldset[disabled] .td-button:focus,
fieldset[disabled] .td-button:hover {
    color: #c1c1c1;
    background-color: #fafafd;
    border-color: #dadada
}

.btn:before,
.td-button:before {
    border-radius: 4px;
    border: 2px solid #fff;
    bottom: -2px;
    content: "";
    display: block;
    left: -2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -2px;
    top: -2px;
    transition: all .15s ease-in-out
}

.btn.focus:before,
.btn:focus:before,
.td-button.focus:before,
.td-button:focus:before {
    bottom: 3px;
    left: 3px;
    opacity: .75;
    right: 3px;
    top: 3px
}

.btn:hover:before,
.td-button:hover:before {
    opacity: 0
}

.btn span.td-icon,
.td-button span.td-icon {
    display: inline-block !important;
    text-align: left;
    vertical-align: middle;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: -4px;
    color: inherit
}

@media (min-width:48em) and (max-width:63.94em) {

    .btn span.td-icon,
    .td-button span.td-icon {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.btn span.td-icon:before,
.td-button span.td-icon:before {
    line-height: 1;
    display: inline;
    padding-right: 15px
}

@media (min-width:48em) and (max-width:63.94em) {

    .btn span.td-icon:before,
    .td-button span.td-icon:before {
        padding-right: 7px
    }
}

a.btn,
a.btn:focus,
a.btn:hover,
a.btnactive,
a.td-button,
a.td-button:focus,
a.td-button:hover,
a.td-buttonactive {
    text-decoration: none
}

a.btn span.td-triggericon,
a.td-button span.td-triggericon {
    color: #fff
}

.td-no-focus-outline .btn:focus:before,
.td-no-focus-outline .td-button:focus:before {
    opacity: 0
}

.td-button-primary {
    color: #fff;
    background-color: #c55415;
    border-color: #c55415
}

.td-button-primary.hover,
.td-button-primary:hover {
    outline: none;
    color: #fff;
    background-color: #af4d21
}

.td-button-primary:focus {
    color: #fff;
    background-color: #c55415;
    border-color: #c55415;
    outline: 1px dotted #008a00
}

.td-button-primary.active,
.td-button-primary:active {
    color: #fff;
    background-color: #c9673b;
    border-color: #c55415;
    outline: none
}

.td-button-primary a {
    color: #f7f7f7;
    text-decoration: none
}

.td-button-secondary {
    color: #fff;
    background-color: #008a00;
    border-color: #008a00
}

.td-button-secondary.hover,
.td-button-secondary:hover {
    outline: none;
    color: #fff;
    background-color: #007c16
}

.td-button-secondary:focus {
    color: #fff;
    background-color: #008a00;
    border-color: #008a00;
    outline: 1px dotted #1c1c1c
}

.td-button-secondary.active,
.td-button-secondary:active {
    color: #fff;
    background-color: #1a9630;
    border-color: #008a00;
    outline: none
}

.td-button-dark-green {
    color: #fff;
    background-color: #1a5336;
    border-color: #1a5336
}

.td-button-dark-green.hover,
.td-button-dark-green:hover {
    outline: none;
    color: #fff;
    background-color: #14422c
}

.td-button-dark-green:focus {
    color: #fff;
    background-color: #1a5336;
    border-color: #1a5336;
    outline: 1px dotted #008a00
}

.td-button-dark-green.active,
.td-button-dark-green:active {
    color: #fff;
    background-color: #30654b;
    border-color: #1a5336;
    outline: none
}

.td-button-clear-green {
    color: #038203;
    background-color: transparent;
    border-color: #038203
}

.td-button-clear-green.hover,
.td-button-clear-green:hover {
    outline: none;
    color: #038203;
    background-color: #f4f7f4
}

.td-button-clear-green:focus {
    color: #038203;
    background-color: transparent;
    border-color: #038203;
    outline: 1px dotted #008a00
}

.td-button-clear-green.active,
.td-button-clear-green:active {
    color: #038203;
    background-color: #d8e2d8;
    border-color: #038203;
    outline: none
}

.td-button-clear-green:before {
    border-color: #008a00
}

.td-button-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.td-button-transparent.hover,
.td-button-transparent:hover {
    outline: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .1)
}

.td-button-transparent:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 1px dotted #1c1c1c
}

.td-button-transparent.active,
.td-button-transparent:active {
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border-color: #fff;
    outline: none
}

.td-button-transparent:before {
    opacity: .55
}

.td-button-disabled {
    color: #c1c1c1;
    background-color: #fafafd;
    border-color: #dadada;
    cursor: not-allowed;
    pointer-events: none
}

.td-button-block {
    display: block;
    width: 100%
}

.td-button-block+.td-button-block {
    margin-top: 5px
}

input[type=button].td-button-block,
input[type=reset].td-button-block,
input[type=submit].td-button-block {
    width: 100%
}

@font-face {
    font-family: icons;
    src: url(icons.5c66801f7e46092a0fd8.eot?7x0g4p);
    src: url(icons.5c66801f7e46092a0fd8.eot?7x0g4p#iefix) format("embedded-opentype"), url(icons.4a4e4163bc508eee5cec.woff2?7x0g4p) format("woff2"), url(icons.3941ad1ab80e9d60a7a3.ttf?7x0g4p) format("truetype"), url(icons.0dd38bf6cd7765189515.woff?7x0g4p) format("woff"), url(icons.90c45bdf0adfa2a6cc80.svg?7x0g4p#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.td-icon {
    font-family: icons !important;
    speak: none
}

.td-icon-overdraftProtection:before {
    content: ""
}

.td-icon-mixedPortfolio:before {
    content: ""
}

.td-icon-exit:before {
    content: ""
}

.td-icon-balance:before {
    content: ""
}

.td-icon-dayFinances:before {
    content: ""
}

.td-icon-dynamicPreformance:before {
    content: ""
}

.td-icon-easySafety:before {
    content: ""
}

.td-icon-growth:before {
    content: ""
}

.td-icon-growthIncome:before {
    content: ""
}

.td-icon-income:before {
    content: ""
}

.td-icon-incomeGrowth:before {
    content: ""
}

.td-icon-na:before {
    content: ""
}

.td-icon-noSaving:before {
    content: ""
}

.td-icon-savePortion:before {
    content: ""
}

.td-icon-saveWhenever:before {
    content: ""
}

.td-icon-slowSteady:before {
    content: ""
}

.td-icon-AccidentSickness:before {
    content: ""
}

.td-icon-FileAClaim:before {
    content: ""
}

.td-icon-GetAQuote:before {
    content: ""
}

.td-icon-GetAQuote02:before {
    content: ""
}

.td-icon-IRA:before {
    content: ""
}

.td-icon-Login:before {
    content: ""
}

.td-icon-MBNARewards:before {
    content: ""
}

.td-icon-TD:before {
    content: ""
}

.td-icon-TDdirectInvesting:before {
    content: ""
}

.td-icon-TDwealth:before {
    content: ""
}

.td-icon-accidentReports:before {
    content: ""
}

.td-icon-accounts:before {
    content: ""
}

.td-icon-aeroplan:before {
    content: ""
}

.td-icon-all:before {
    content: ""
}

.td-icon-allCalculatorTools:before {
    content: ""
}

.td-icon-allProducts:before {
    content: ""
}

.td-icon-applyForFunding:before {
    content: ""
}

.td-icon-approved:before {
    content: ""
}

.td-icon-arrowLeft:before {
    content: ""
}

.td-icon-arrowRight:before {
    content: ""
}

.td-icon-atm:before {
    content: ""
}

.td-icon-atv:before {
    content: ""
}

.td-icon-avatar:before {
    content: ""
}

.td-icon-banking:before {
    content: ""
}

.td-icon-bath:before {
    content: ""
}

.td-icon-bed:before {
    content: ""
}

.td-icon-bicycle:before {
    content: ""
}

.td-icon-bookAppointment:before {
    content: ""
}

.td-icon-bookAtBranch:before {
    content: ""
}

.td-icon-borrowing:before {
    content: ""
}

.td-icon-borrowingSolutions:before {
    content: ""
}

.td-icon-branch:before {
    content: ""
}

.td-icon-branchATM:before {
    content: ""
}

.td-icon-business:before {
    content: ""
}

.td-icon-businessOwner:before {
    content: ""
}

.td-icon-cantFindTopic:before {
    content: ""
}

.td-icon-car:before {
    content: ""
}

.td-icon-careers:before {
    content: ""
}

.td-icon-cashBack:before {
    content: ""
}

.td-icon-cashFinances:before {
    content: ""
}

.td-icon-certificateDeposit:before {
    content: ""
}

.td-icon-chat:before {
    content: ""
}

.td-icon-checkMark:before {
    content: ""
}

.td-icon-chequeing:before {
    content: ""
}

.td-icon-circle:before {
    content: ""
}

.td-icon-claims:before {
    content: ""
}

.td-icon-close:before {
    content: ""
}

.td-icon-coinsHigh:before {
    content: ""
}

.td-icon-coinsLow:before {
    content: ""
}

.td-icon-coinsMiddle:before {
    content: ""
}

.td-icon-collapse:before {
    content: ""
}

.td-icon-condo:before {
    content: ""
}

.td-icon-contactUs:before {
    content: ""
}

.td-icon-corporateResponsibility:before {
    content: ""
}

.td-icon-coverage:before {
    content: ""
}

.td-icon-coverageExtra:before {
    content: ""
}

.td-icon-coverageMandatory:before {
    content: ""
}

.td-icon-coverageModify:before {
    content: ""
}

.td-icon-coverageSpecial:before {
    content: ""
}

.td-icon-creditProtection:before {
    content: ""
}

.td-icon-creditcards:before {
    content: ""
}

.td-icon-customers:before {
    content: ""
}

.td-icon-dashboard:before {
    content: ""
}

.td-icon-debtConsolidation:before {
    content: ""
}

.td-icon-delete:before {
    content: ""
}

.td-icon-discount:before {
    content: ""
}

.td-icon-distributionGuide:before {
    content: ""
}

.td-icon-downCaret:before {
    content: ""
}

.td-icon-download:before {
    content: ""
}

.td-icon-downloadCertificate:before {
    content: ""
}

.td-icon-earthquake:before {
    content: ""
}

.td-icon-economics:before {
    content: ""
}

.td-icon-edit2:before {
    content: ""
}

.td-icon-edits:before {
    content: ""
}

.td-icon-email:before {
    content: ""
}

.td-icon-error:before {
    content: ""
}

.td-icon-exchangeRateForCash:before {
    content: ""
}

.td-icon-exchangeRateForNonCash:before {
    content: ""
}

.td-icon-expand:before {
    content: ""
}

.td-icon-facebook:before {
    content: ""
}

.td-icon-faqs:before {
    content: ""
}

.td-icon-feedback:before {
    content: ""
}

.td-icon-filter:before {
    content: ""
}

.td-icon-findAcreditcard:before {
    content: ""
}

.td-icon-findTaxEfficiencies:before {
    content: ""
}

.td-icon-flexibleMortgageFeatures:before {
    content: ""
}

.td-icon-generateIncome:before {
    content: ""
}

.td-icon-geolocation:before {
    content: ""
}

.td-icon-gicTermDeposits:before {
    content: ""
}

.td-icon-growMyMoney:before {
    content: ""
}

.td-icon-growYourBusiness:before {
    content: ""
}

.td-icon-growingFamily:before {
    content: ""
}

.td-icon-hamburger:before {
    content: ""
}

.td-icon-handicap:before {
    content: ""
}

.td-icon-help:before {
    content: ""
}

.td-icon-home:before {
    content: ""
}

.td-icon-homeEquityFlexline:before {
    content: ""
}

.td-icon-homepage:before {
    content: ""
}

.td-icon-hours:before {
    content: ""
}

.td-icon-house:before {
    content: ""
}

.td-icon-howTo:before {
    content: ""
}

.td-icon-identityTheft:before {
    content: ""
}

.td-icon-inbox:before {
    content: ""
}

.td-icon-information:before {
    content: ""
}

.td-icon-insights:before {
    content: ""
}

.td-icon-instagram:before {
    content: ""
}

.td-icon-insurance:before {
    content: ""
}

.td-icon-international:before {
    content: ""
}

.td-icon-investTradeOnline:before {
    content: ""
}

.td-icon-investing:before {
    content: ""
}

.td-icon-investmentTransfers:before {
    content: ""
}

.td-icon-investorRelations:before {
    content: ""
}

.td-icon-languagesSpoken:before {
    content: ""
}

.td-icon-leftCaret:before {
    content: ""
}

.td-icon-life:before {
    content: ""
}

.td-icon-lineOfCredit:before {
    content: ""
}

.td-icon-linkedin:before {
    content: ""
}

.td-icon-location:before {
    content: ""
}

.td-icon-location-coverage:before {
    content: ""
}

.td-icon-locationFeatures:before {
    content: ""
}

.td-icon-logout:before {
    content: ""
}

.td-icon-lowInterest:before {
    content: ""
}

.td-icon-maintenance:before {
    content: ""
}

.td-icon-makeAMajorPurchase:before {
    content: ""
}

.td-icon-mapMarker:before {
    content: ""
}

.td-icon-mapMarkerFilled:before {
    content: ""
}

.td-icon-marine:before {
    content: ""
}

.td-icon-mortgages:before {
    content: ""
}

.td-icon-motorHome:before {
    content: ""
}

.td-icon-motorcycle:before {
    content: ""
}

.td-icon-mutualFunds:before {
    content: ""
}

.td-icon-myAdvantage:before {
    content: ""
}

.td-icon-myPolicies:before {
    content: ""
}

.td-icon-myTD:before {
    content: ""
}

.td-icon-navigateVolatility:before {
    content: ""
}

.td-icon-newCouple:before {
    content: ""
}

.td-icon-newHome:before {
    content: ""
}

.td-icon-newToCanada:before {
    content: ""
}

.td-icon-noFee:before {
    content: ""
}

.td-icon-offers:before {
    content: ""
}

.td-icon-oilDamage:before {
    content: ""
}

.td-icon-onlinePreapproval:before {
    content: ""
}

.td-icon-orderByPhone:before {
    content: ""
}

.td-icon-orderCashOnline:before {
    content: ""
}

.td-icon-orderStatus:before {
    content: ""
}

.td-icon-overlayLink:before {
    content: ""
}

.td-icon-payBills:before {
    content: ""
}

.td-icon-payUSBill:before {
    content: ""
}

.td-icon-pending:before {
    content: ""
}

.td-icon-personal:before {
    content: ""
}

.td-icon-pinterest:before {
    content: ""
}

.td-icon-preciousMetals:before {
    content: ""
}

.td-icon-preferredAutoVendors:before {
    content: ""
}

.td-icon-prepaidCard:before {
    content: ""
}

.td-icon-printer:before {
    content: ""
}

.td-icon-products:before {
    content: ""
}

.td-icon-question:before {
    content: ""
}

.td-icon-quote:before {
    content: ""
}

.td-icon-readyCommitment:before {
    content: ""
}

.td-icon-registeredAccounts:before {
    content: ""
}

.td-icon-renters:before {
    content: ""
}

.td-icon-renters-fr:before {
    content: ""
}

.td-icon-replacementCard:before {
    content: ""
}

.td-icon-requestCertificate:before {
    content: ""
}

.td-icon-retirementPlanning:before {
    content: ""
}

.td-icon-rightCaret:before {
    content: "";
    display: inline-block;
    width: 1em;
    text-align: center;
    visibility: hidden;
}

.td-icon-saveForSchool:before {
    content: ""
}

.td-icon-savingAndInvesting:before {
    content: ""
}

.td-icon-savings:before {
    content: ""
}

.td-icon-search:before {
    content: ""
}

.td-icon-secureBtn:before {
    content: ""
}

.td-icon-selectADate:before {
    content: ""
}

.td-icon-sendFeedback:before {
    content: ""
}

.td-icon-sendMoney:before {
    content: ""
}

.td-icon-sendMoneyInternationally:before {
    content: ""
}

.td-icon-share:before {
    content: ""
}

.td-icon-shopping:before {
    content: ""
}

.td-icon-smallBusiness:before {
    content: ""
}

.td-icon-snowmobile:before {
    content: ""
}

.td-icon-solutions:before {
    content: ""
}

.td-icon-star:before {
    content: ""
}

.td-icon-startClaim:before {
    content: ""
}

.td-icon-startOver:before {
    content: ""
}

.td-icon-startingUp:before {
    content: ""
}

.td-icon-startingUp-fr:before {
    content: ""
}

.td-icon-student:before {
    content: ""
}

.td-icon-successionPlanning:before {
    content: ""
}

.td-icon-superlock:before {
    content: ""
}

.td-icon-swapLocations:before {
    content: ""
}

.td-icon-switchToTDMortgage:before {
    content: ""
}

.td-icon-takeAPhoto:before {
    content: ""
}

.td-icon-taxFreeAccounts:before {
    content: ""
}

.td-icon-tdInsuranceCard:before {
    content: ""
}

.td-icon-tdRewards:before {
    content: ""
}

.td-icon-toOurCustomers:before {
    content: ""
}

.td-icon-todaysRates:before {
    content: ""
}

.td-icon-tools:before {
    content: ""
}

.td-icon-tooltip:before {
    content: ""
}

.td-icon-trade:before {
    content: ""
}

.td-icon-tradingAccounts:before {
    content: ""
}

.td-icon-transfer:before {
    content: ""
}

.td-icon-transit:before {
    content: ""
}

.td-icon-travel:before {
    content: ""
}

.td-icon-travelRewards:before {
    content: ""
}

.td-icon-twitter:before {
    content: ""
}

.td-icon-unsureHome:before {
    content: ""
}

.td-icon-upCaret:before {
    content: ""
}

.td-icon-usDollar:before {
    content: ""
}

.td-icon-vacation:before {
    content: ""
}

.td-icon-walking:before {
    content: ""
}

.td-icon-warning:before {
    content: ""
}

.td-icon-watchlists:before {
    content: ""
}

.td-icon-waterDamage:before {
    content: ""
}

.td-icon-wealthAdvise:before {
    content: ""
}

.td-icon-whatsNew:before {
    content: ""
}

.td-icon-wifi:before {
    content: ""
}

.td-icon-workplace:before {
    content: ""
}

.td-icon-youngAndSingle:before {
    content: ""
}

.td-icon-youthAccount:before {
    content: ""
}

.td-icon-youtube:before {
    content: ""
}

.td-header-mobile .td-login .td-icon.login:before,
.td-header-mobile .td-section-right nav ul li.login a .td-icon:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.login:before,
.td-nav-primary .td-quick-access .login .td-icon:not(.expand):not(.collapse):before,
.td-nav-primary nav>ul>li.login .td-icon:before {
    content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
}

.td-header-mobile .profile .profile-avatar.td-icon:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .profile-avatar.td-icon:before,
.td-nav-primary .td-quick-access ul>li.profile .profile-avatar.td-icon:before {
    content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-car-placeholder:before {
    content: ""
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content .td-icon:before,
ul.td-nav-mobile-menu-list ul.td-accordion-content .td-icon.selected:before {
    content: ""
}

ul.td-list li:before {
    content: ""
}

.td-nav-mobile-menu-header .td-mobile-menu-close .td-icon:before,
.td-nav-primary .td-nav-desktop-search .td-desktop-search-hide-btn .td-icon:before {
    content: ""
}

.td-header-mobile .profile .td-icon.expand:before,
.td-nav-primary .td-dropdown .td-icon.expand:before,
.td-utility-toggle li.td-dropdown .td-icon.expand:before,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand:before {
    content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
}

footer .td-footer-content .td-footer-social .td-icon-facebookIcon:before {
    content: ""
}

.td-nav-primary .td-quick-access .help .td-icon:before {
     content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
}

.td-tab-with-label-icon .td-icon.td-icon-home-placeholder:before {
    content: ""
}

.td-header-mobile .td-mobile-back-button-icon .td-icon:before,
a.td-link-previous:before {
    content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-life-placeholder:before {
    content: ""
}

.td-nav-primary .td-quick-access .find-us .td-icon:before {
   content: "\f3c5"; /* це локація */
  font-family: "Font Awesome 6 Free"; /* без цього – квадрат */
  font-weight: 900; /* solid іконки — тільки з вагою 900 */
  font-size: 18px;
  color: white;
}

.td-header-mobile .td-login .td-icon.logout:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.logout:before,
.td-nav-primary .td-quick-access .logout .td-icon:before {
    content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-motorcycle-placeholder:before {
    content: ""
}

.td-tab-with-label-icon .td-icon.td-icon-products-placeholder:before {
    content: ""
}

a.td-link-action:after {
    content: ""
}

.td-nav-mobile-menu-search .td-search-icon .td-icon:before,
.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-icon .td-icon:before,
.td-nav-primary .td-quick-access .search .td-icon:before {
content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;}

.td-tab-with-label-icon .td-icon.td-icon-travel-placeholder:before {
    content: ""
}

footer .td-footer-content .td-footer-social .td-icon-twitterIcon:before {
    content: ""
}

.td-nav-primary .td-dropdown-active .td-icon.collapse:before,
.td-utility-toggle li.td-dropdown .td-icon.collapse:before,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse:before {
    content: ""
}

footer .td-footer-content .td-footer-social .td-icon-youtubeLogo:before {
    content: ""
}

.td-icon-wrapper {
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 50%
}

.td-icon-wrapper.td-interactive-icon {
    text-decoration: none;
    outline: none;
    border: 2px solid #bdbdbd
}

.td-icon-wrapper.td-interactive-icon.clicked {
    background-color: #008a00;
    border-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.clicked .td-icon {
    color: #fff
}

.td-icon-wrapper.td-interactive-icon.icon-small {
    border-width: 1px
}

.td-icon-wrapper.td-interactive-icon.icon-medium,
.td-icon-wrapper.td-interactive-icon.icon-regular {
    border-width: 2px
}

.td-icon-wrapper.td-interactive-icon.icon-large {
    border-width: 3px
}

.td-icon-wrapper.td-interactive-icon .td-icon {
    color: #008a00
}

.td-icon-wrapper.td-interactive-icon:focus,
.td-icon-wrapper.td-interactive-icon:hover {
    border-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:focus,
.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:hover,
.td-icon-wrapper.td-interactive-icon:active {
    border-color: #008a00;
    background-color: #008a00
}

.td-icon-wrapper.td-interactive-icon:active {
    outline: none
}

.td-icon-wrapper.td-interactive-icon:active .td-icon {
    color: #fff
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen {
    border-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen .td-icon {
    color: #fff
}

.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:active {
    background-color: #008a00
}

.td-icon-wrapper.td-interactive-icon.td-background-brightgreen {
    background-color: #008a00;
    border: none
}

.td-icon-wrapper.td-interactive-icon.td-background-orange {
    background-color: #c55415;
    border: none
}

.td-icon-wrapper .td-icon {
    color: #008a00;
    line-height: 1.42857
}

.td-icon-wrapper.icon-small {
    height: 30px;
    width: 30px;
    border-width: 1px
}

.td-icon-wrapper.icon-small .td-icon {
    font-size: 21px
}

.td-icon-wrapper.icon-regular {
    height: 50px;
    width: 50px;
    border-width: 2px
}

.td-icon-wrapper.icon-regular .td-icon {
    font-size: 35px
}

.td-icon-wrapper.icon-medium {
    height: 75px;
    width: 75px;
    border-width: 2px
}

.td-icon-wrapper.icon-medium .td-icon {
    font-size: 50px
}

.td-icon-wrapper.icon-large {
    height: 100px;
    width: 100px;
    border-width: 2px
}

.td-icon-wrapper.icon-large .td-icon {
    font-size: 70px
}

.td-icon-wrapper.icon-xlarge {
    height: 150px;
    width: 150px;
    border-width: 2px
}

.td-icon-wrapper.icon-xlarge .td-icon {
    font-size: 100px
}

.td-icon-wrapper.td-background-darkgreen {
    border-color: #008a00
}

.td-icon-wrapper.td-background-darkgreen .td-icon {
    color: #fff
}

.td-icon-wrapper.td-background-darkgreen.td-icon-border-dark {
    border-color: #1a5336
}

.td-icon {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    position: relative;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.td-icon.icon-small {
    font-size: 20px;
    line-height: 1
}

.td-icon.icon-regular {
    font-size: 35px;
    line-height: 1
}

.td-icon.icon-medium {
    font-size: 70px;
    line-height: 1
}

.td-icon.icon-large {
    font-size: 140px;
    line-height: 1
}

.td-icon:before {
    width: 1em;
    text-align: center;
    display: inline-block
}

.td-icon.td-icon-variable-width:before {
    width: auto
}

.td-icon-colour-primary {
    color: #1a5336
}

@media aural {
    .td-icon {
        speak: none
    }
}

.td-icon-wrapper.td-background-darkgreen,
a .td-icon,
a.td-icon-link {
    text-decoration: none
}

.td-icon-wrapper:hover .td-icon:not(:hover) {
    color: #008a00
}

.td-icon-wrapper:hover.td-background-darkgreen .td-icon:not(:hover) {
    border-color: #008a00;
    color: #fff
}

.td-icon-wrapper:active.td-background-darkgreen .td-icon:not(:hover) {
    background-color: #008a00
}

.td-icon.td-icon-sort:after,
.td-icon.td-icon-sort:before {
    border-left: .25em solid transparent;
    border-right: .25em solid transparent;
    content: "";
    display: inline-block;
    width: auto;
    margin-left: .25em;
    margin-right: .25em;
    transition: all .15s ease-in-out
}

.td-icon.td-icon-sort:before {
    border-bottom: .25em solid;
    margin-bottom: .5em
}

.td-icon.td-icon-sort:after {
    border-top: .25em solid;
    position: absolute;
    bottom: .185em;
    left: 0
}

.td-icon.td-icon-sort.td-icon-sort-asc:after,
.td-icon.td-icon-sort.td-icon-sort-desc:before {
    opacity: .35
}

.td-icon.td-icon-sort.td-icon-variable-width:after,
.td-icon.td-icon-sort.td-icon-variable-width:before {
    margin-left: 0;
    margin-right: 0
}

.table th {
    font-family: Webly Sleek SemiBold, Helvetica-, droid sans, sans-serif
}

.table>thead>tr>th {
    border-bottom: 1px solid #ccc
}

.table>thead th {
    background-color: #f3f3f8
}

.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px
}

.table.td-table-align-middle td,
.table.td-table-align-middle th {
    vertical-align: middle
}

.table-bordered {
    border-left: 0;
    border-right: 0
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom: 1px solid #ccc
}

.table-bordered td:first-child,
.table-bordered th:first-child {
    border-left: 0
}

.table-bordered td:last-child,
.table-bordered th:last-child {
    border-right: 0
}

@media screen and (max-width:47.94em) {
    .table-responsive {
        border: none
    }
}

[data-collapse]>:nth-child(2n) {
    display: none
}

[data-collapse] .open+* {
    display: block
}

[data-collapse]>[aria-haspopup=true]:focus {
    outline: none;
    color: #008a00;
    text-decoration: underline
}

.td-link-toggle a,
a.td-link-toggle {
    text-decoration: none
}

@media (min-width:48em) {
    h1.td-link-toggle+* {
        margin-left: 35px
    }

    h2.td-link-toggle+* {
        margin-left: 40px
    }

    h3.td-link-toggle+* {
        margin-left: 32px
    }

    h4.td-link-toggle+* {
        margin-left: 24px
    }

    h5.td-link-toggle+* {
        margin-left: 18px
    }

    h6.td-link-toggle+* {
        margin-left: 16px
    }

    .td-link-toggle.td-noindent+* {
        margin-left: 0
    }
}

a.td-button-secondary span.td-triggericon:before {
    color: #fff
}

span.td-triggericon {
    position: relative;
    width: 1em;
    overflow: hidden;
    text-shadow: none;
    display: inline-block;
    margin-top: -.5em;
    vertical-align: middle
}

span.td-triggericon:before {
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size: 125%;
    text-transform: none;
    content: "+";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1a5336;
    display: block;
    visibility: visible
}

span.td-triggericon-expanded:before {
    content: "\2212" !important
}

@media aural {

    span.td-triggericon,
    span.td-triggericon:before {
        speak: none
    }
}

.td-button span.td-triggericon {
    width: auto;
    float: left;
    margin-top: -2px;
    padding-right: 10px
}

ol,
ul {
    margin-top: 1em;
    margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0;
    margin-bottom: 0
}

ul.td-list {
    margin-left: 3px;
    list-style: none;
    padding-left: 20px;
    text-align: left
}

ul.td-list li:before {
    color: #038203;
    font-family: icons;
    font-size: 7px;
    font-size: .4375rem;
    margin-top: -3px;
    margin-left: -22px;
    padding-right: 16px;
    vertical-align: middle;
    display: inline-block
}

ul.td-list li {
    margin-bottom: 8px;
    margin-top: 5px
}

@media (max-width:47.94em) {
    ul.td-list li {
        margin-bottom: 5px
    }
}

ul.td-list li li {
    margin-bottom: 8px
}

ul.td-list li a {
    text-decoration: none
}

ul.td-list li a:focus,
ul.td-list li a:hover {
    text-decoration: underline
}

ol.td-list {
    padding-left: 15px;
    text-align: left
}

ol.td-list li {
    padding-left: 8px;
    margin-bottom: 8px;
    margin-top: 5px
}

@media (max-width:47.94em) {
    ol.td-list li {
        margin-bottom: 5px
    }
}

ol.td-list li li {
    margin-bottom: 8px
}

ol.td-list li a {
    text-decoration: none
}

ol.td-list li a:focus,
ol.td-list li a:hover {
    text-decoration: underline
}

.td-list-links {
    list-style: none;
    padding: 0
}

.td-list-links li {
    margin-bottom: 15px
}

.td-list-links li a {
    text-decoration: none;
    color: #027602;
    padding: 5px 0
}

.td-list-links li a:focus,
.td-list-links li a:hover {
    text-decoration: underline
}

.td-list-links li a:focus .td-link-lastword,
.td-list-links li a:hover .td-link-lastword {
    color: #038203
}

.td-list-links li a .td-link-lastword {
    white-space: nowrap
}

.td-list-links li a .td-link-lastword .td-icon {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e623";
    vertical-align: middle;
    padding-left: .25rem;
    color: #038203;
    font-size: 70%;
    position: relative;
    top: 0
}

.td-list-links.td-link-nohover a:focus,
.td-list-links.td-link-nohover a:hover {
    text-decoration: none
}

.td-list-links.td-link-nohover a:focus .td-link-lastword,
.td-list-links.td-link-nohover a:hover .td-link-lastword {
    white-space: nowrap
}

.td-list-links.td-link-nohover a:focus .td-link-lastword .td-icon,
.td-list-links.td-link-nohover a:hover .td-link-lastword .td-icon {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e623";
    vertical-align: middle;
    padding-left: .25rem;
    color: #038203;
    font-size: 70%;
    position: relative;
    top: 0
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.td-tabs-carousel .td-icon.td-icon-arrowLeft,
.td-tabs-carousel .td-icon.td-icon-arrowRight {
    font-weight: 700
}

.td-background-color-gray {
    background: #f3f3f8
}

.td-tabs-carousel-container .td-height-85 {
    height: 85px
}

.td-tabs-carousel-container .td-width-85 {
    width: 85px
}

.td-tabs-carousel-container .td-tabs-carousel {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    display: none !important
}

@media (max-width:47.94em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-icon-xs-center {
        padding-top: 2px;
        padding-left: 2px
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel {
        width: 700px
    }

    .td-tabs-carousel-container .td-tabs-carousel .td-icon-sm-center {
        padding-top: 8px
    }

    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
        display: block !important
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel {
        width: 700px
    }

    .td-tabs-carousel-container .td-tabs-carousel .td-icon-md-center {
        padding-top: 8px;
        padding-left: 3px
    }

    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
        display: block !important
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel {
        width: 700px
    }

    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
        display: block !important
    }
}

.td-tabs-carousel-container .td-tabs-carousel .slick-list {
    box-sizing: border-box;
    margin-right: 1px
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    background: none;
    border: 1px solid transparent;
    border-bottom: none;
    margin-right: 1px;
    text-align: center;
    cursor: pointer
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.icon-link {
    padding: 0 15px
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.icon-link {
        padding: 0 10px
    }
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
    box-sizing: border-box;
    width: 100%;
    color: #038203;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.3rem;
    padding: 20px 5px;
    font-size: 14px;
    font-size: .875rem
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
        padding: 20px 5px
    }
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.content-icon {
    height: auto;
    padding: 15px 5px
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content.content-icon {
        padding: 20px 5px
    }
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
    color: #008a00;
    display: block;
    font-size: 36px;
    font-size: 2.25rem
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
    margin: 0;
    padding: 0;
    color: #656565;
    font-size: 15px;
    font-size: .9375rem
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-align-top {
    position: absolute;
    top: 0
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-align-middle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-align-bottom {
    position: absolute;
    bottom: 0
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .separator {
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    height: 56%;
    width: 1px;
    background: #d9d9d9;
    visibility: visible
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:first-child .separator {
    visibility: hidden
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
    font-family: Webly Sleek SemiBold, droid sans, sans-serif;
    letter-spacing: -.7px
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover .label {
    font-family: Webly Sleek SemiBold, droid sans, sans-serif
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
    border: 1px solid #bdbdbd;
    border-bottom: none;
    background: #fff;
    letter-spacing: -.5px
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on+.td-tabs-carousel-tab .separator,
.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .separator {
    visibility: hidden
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content {
    color: #656565;
    font-family: Webly Sleek SemiBold, droid sans, sans-serif
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon {
    color: #656565
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon-green {
    color: #008a00
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .label {
    color: #1c1c1c;
    font-family: Webly Sleek SemiBold, droid sans, sans-serif
}

.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on:focus {
    outline-style: dotted;
    outline-color: #038203;
    outline-width: 1px;
    margin-top: 1px
}

.td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
    height: 85px
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
        height: 85px
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
        height: 130px
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
        height: 168px
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel.fixed-tab-height .td-tabs-carousel-tab {
        height: 200px
    }
}

@media (max-width:63.94em) {
    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
        letter-spacing: -.4px
    }

    .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab--on {
        letter-spacing: -.4px !important
    }
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    border: none;
    color: #008a00;
    outline: none;
    background: none;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
        font-size: 46.08px;
        font-size: 2.88rem;
        line-height: 46.08px;
        line-height: 2.88rem
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
        font-size: 46.08px;
        font-size: 2.88rem;
        line-height: 46.08px;
        line-height: 2.88rem
    }
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-disabled {
    display: none !important
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
    position: absolute
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
        left: -40px
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
        left: -40px
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
        left: -50px
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
        left: -75px
    }
}

.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
    position: absolute
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
        right: -40px
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
        right: -40px
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
        right: -50px
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
        right: -75px
    }
}

.td-tabs-carousel-container .accessibility-instructions {
    position: absolute;
    top: -999px;
    overflow: hidden;
    width: 1px;
    height: 1px
}

.td-tabs-carousel-container .td-tabs-carousel-content {
    box-sizing: border-box;
    display: block;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    padding-top: 15px
}

.td-tabs-carousel-container .td-tabs-carousel-content h3 {
    margin-top: 0
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons {
        width: 610px
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons {
        width: 784px
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons {
        width: 784px
    }
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab {
    margin-right: 0
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
    padding-top: 0
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper,
.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper .td-icon {
    transition: background .1s linear, opacity .1s linear, color .1s linear, border .1s linear;
    -webkit-backface-visibility: hidden;
    transition-delay: .1s
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:active {
    background-color: #008a00;
    border-color: #008a00
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:active .td-icon {
    color: #fff
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:hover {
        border-color: #008a00;
        background-color: #008a00
    }

    .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon:hover {
        color: #fff
    }
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
    color: #008a00;
    display: block;
    margin-bottom: 0;
    font-size: 48px;
    font-size: 3rem
}

@media (min-width:30em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
        font-size: 48px;
        font-size: 3rem
    }
}

@media (min-width:48em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
        font-size: 48px;
        font-size: 3rem
    }
}

@media (min-width:64em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
        font-size: 48px;
        font-size: 3rem
    }
}

@media (min-width:75em) {
    .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
        font-size: 48px;
        font-size: 3rem
    }
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content p {
    margin-top: 5px;
    line-height: 1.2rem
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .separator {
    display: none
}

.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
    background: none;
    border-color: transparent
}

.td-tabs-carousel-container .td-tabs-carousel-icons button.slick-arrow {
    top: 33%
}

.td-tabs-carousel-container .td-tabs-carousel-icons.td-tabs-carousel-disabled .td-tabs-carousel-tab {
    height: auto
}

.td-tabs-carousel-container .td-tabs-carousel-icons.td-tabs-carousel-disabled .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
    position: relative;
    padding: 0
}

.td-tabs-carousel-container .td-tabs-carousel-icons.td-tabs-carousel-disabled .td-tabs-carousel-tab .td-tabs-carousel-tab-content p {
    margin-top: 5px;
    margin-bottom: 20px
}

li.td-tabs-carousel-tab.td-tabs-carousel-tab-no-borders:hover {
    letter-spacing: 0 !important
}

.td-tabs-carousel-tab-content .td-icon {
    margin-bottom: 5px
}

.td-tabs-carousel-content.hidden[style*="display: block;"] {
    display: block !important
}

.td-video-player .video-js .vjs-custom-overlay {
    padding: 0
}

.video-start-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 66, 43, .8)
}

.td-video-end-slate {
    background: rgba(18, 66, 43, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.td-video-end-slate .end-slate-centre-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    margin: 0 auto
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control {
    width: 67px;
    height: 75px;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control:before {
    display: none !important
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control .vjs-control-text {
    visibility: hidden;
    font-size: 0
}

.td-video-end-slate .end-slate-centre-content .vjs-restart-control img {
    width: 100%;
    height: 100%
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons {
    width: 100%;
    margin-top: 50px
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button {
    display: inline-block;
    width: 168px;
    height: 40px;
    font-size: 19px;
    font-family: Webly Sleek SemiBold, droid sans, sans-serif;
    text-wrap: none;
    letter-spacing: 0;
    padding: 0;
    margin: 0 14px
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-primary {
    background-color: #c55415;
    border: 1px solid #c55415
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-primary:hover {
    background-color: #ae4a13
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-secondary {
    border: 1px solid #fff
}

.td-video-end-slate .end-slate-centre-content .td-cta-buttons button.td-button-secondary:hover {
    border: 1px solid #1a5336
}

.td-video-end-slate .end-slate-bottom-content {
    width: 100%;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -7%);
    text-align: center
}

.td-video-end-slate .td-share {
    position: relative;
    margin: 35px auto 0
}

.td-video-end-slate .td-share a .td-interactive-icon {
    position: relative;
    width: 66px;
    height: 66px;
    margin: 0 15px;
    background-color: transparent
}

.td-video-end-slate .td-share a .td-interactive-icon:hover {
    background-color: #008a00
}

.td-video-end-slate .td-share a .td-interactive-icon .td-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px
}

.td-video-player.xs .td-video-end-slate .vjs-restart-control {
    width: 26px;
    height: 29px
}

.td-video-player.xs .td-video-end-slate .td-cta-buttons {
    margin-top: 14px
}

.td-video-player.xs .td-video-end-slate .td-cta-buttons button {
    width: 97px;
    height: 27px;
    margin: 0 5px;
    font-size: 12px
}

.td-video-player.xs .td-video-end-slate .td-share {
    margin-top: 15px
}

.td-video-player.xs .td-video-end-slate .td-share a .td-interactive-icon {
    width: 27px;
    height: 27px;
    margin: 0 4px
}

.td-video-player.xs .td-video-end-slate .td-share a .td-interactive-icon .td-icon {
    font-size: 16px
}

.td-video-player.sm .td-video-end-slate .vjs-restart-control {
    width: 57px;
    height: 63px
}

.td-video-player.sm .td-video-end-slate .td-cta-buttons {
    margin-top: 27px
}

.td-video-player.sm .td-video-end-slate .td-cta-buttons button {
    width: 161px;
    height: 44px;
    margin: 0 13px;
    font-size: 17px
}

.td-video-player.sm .td-video-end-slate .td-share {
    margin-top: 25px
}

.td-video-player.sm .td-video-end-slate .td-share a .td-interactive-icon {
    width: 50px;
    height: 50px;
    margin: 0 9px
}

.td-video-player.sm .td-video-end-slate .td-share a .td-interactive-icon .td-icon {
    font-size: 24px
}

.td-video-player.md .td-video-end-slate .td-share a .td-interactive-icon {
    width: 56px;
    height: 56px;
    margin: 0 12px
}

.td-video-player.md .td-video-end-slate .td-share a .td-interactive-icon .td-icon {
    font-size: 28px
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-big-play-button {
    margin-top: -1.5em
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-dock-text {
    position: relative;
    text-align: center;
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-dock-text .vjs-dock-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-size: 20px;
    font-size: 1.25rem
}

.td-video-player .video-js:not(.vjs-has-started) .vjs-dock-text .vjs-dock-description {
    display: none
}

.form-control {
    box-shadow: none;
    height: auto
}

.form-control:focus {
    border-color: #dadada;
    box-shadow: none
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell
    }
}

label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400
}

.form-group .input-group {
    position: relative
}

.form-group .input-group .input-group-addon {
    display: block;
    position: absolute;
    top: 10px;
    left: 15px
}

.form-group .input-group .form-control~.input-group-addon {
    left: auto;
    right: 15px
}

.form-group .input-group .form-control {
    padding-left: 30px;
    padding-right: 35px
}

.form-group.form-group-padding {
    padding-top: 10px;
    padding-bottom: 15px
}

.form-control {
    height: 42px;
    border-width: 1px;
    padding: 0 15px 3px
}

.form-control[type=checkbox],
.form-control[type=radio] {
    height: auto
}

.form-control:focus,
.form-control:hover:not([disabled]) {
    border-bottom-width: 2px;
    padding-bottom: 2px;
    border-bottom-color: #008a00;
    outline: none
}

fieldset[disabled] .form-control:hover {
    border-bottom-width: 1px;
    padding-bottom: 3px;
    border-bottom-color: #dadada
}

label+.form-control,
label+.input-group {
    margin-top: 10px
}

textarea.form-control {
    height: auto;
    resize: none;
    padding-top: 6px
}

.td-select {
    position: relative
}

.td-select select {
    color: #616161;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -ms-user-select: none;
    appearance: none;
    padding-right: 34px
}

.td-select select::-ms-expand {
    display: none
}

.td-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1c1c1c
}

.td-select select:focus::-ms-value {
    background-color: #fff;
    color: #000
}

.td-select:after {
    content: "";
    pointer-events: none;
    position: absolute;
    font-size: .625em;
    line-height: 1;
    width: .5rem;
    height: .5rem;
    margin-top: -.5em;
    top: 45%;
    right: 1.2em;
    color: #fff;
    border: 3px solid #1c1c1c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: inline-block
}

.td-select:hover:after {
    border-color: #00a221
}

.td-select.select-disabled:hover:after {
    border-color: #1c1c1c
}

label+.td-select {
    margin-top: 10px
}

.checkbox,
.radio {
    display: block;
    padding-left: 40px;
    margin: 11px 0 0
}

.checkbox label,
.radio label {
    display: inline-block;
    height: 100%;
    padding: 0;
    margin-bottom: 10px
}

.checkbox label:after,
.radio label:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: 11px
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-left: 0
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 10px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #00a221;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer
}

.checkbox input[type=checkbox]::-ms-check,
.radio input[type=radio]::-ms-check {
    border: 1px solid #00a221
}

@-moz-document url-prefix() {

    .checkbox input[type=checkbox],
    .radio input[type=radio] {
        left: -1000px
    }

    .checkbox input[type=checkbox]+label:before,
    .radio input[type=radio]+label:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 10px;
        width: 20px;
        height: 20px;
        border: 1px solid #00a221
    }
}

.checkbox input[type=checkbox]:hover,
.radio input[type=radio]:hover {
    background-color: #f3f3f8
}

.checkbox input[type=checkbox]:hover::-ms-check,
.radio input[type=radio]:hover::-ms-check {
    background-color: #f3f3f8
}

@-moz-document url-prefix() {

    .checkbox input[type=checkbox]:hover+label:before,
    .radio input[type=radio]:hover+label:before {
        background-color: #f3f3f8
    }
}

.checkbox input[type=checkbox]:checked,
.radio input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 18px 18px;
    background-color: #00a221
}

.checkbox input[type=checkbox]:checked::-ms-check,
.radio input[type=radio]:checked::-ms-check {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 18px 15px;
    background-position: 0 1px;
    background-color: #00a221;
    color: transparent
}

@-moz-document url-prefix() {

    .checkbox input[type=checkbox]:checked+label:before,
    .radio input[type=radio]:checked+label:before {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        background-size: auto;
        background-position: 0 1px;
        background-color: #00a221
    }
}

.checkbox input[type=checkbox]:focus,
.radio input[type=radio]:focus {
    outline: 1px dotted #12422b;
    outline-offset: 1px
}

@-moz-document url-prefix() {

    .checkbox input[type=checkbox]:focus+label:before,
    .radio input[type=radio]:focus+label:before {
        outline: 1px dotted #12422b;
        outline-offset: 1px
    }
}

.checkbox input[type=checkbox]:disabled,
.radio input[type=radio]:disabled {
    border-color: #dadada;
    background-color: #f3f3f8;
    cursor: not-allowed;
    opacity: 1
}

.checkbox input[type=checkbox]:disabled::-ms-check,
.radio input[type=radio]:disabled::-ms-check {
    border-color: #dadada
}

@-moz-document url-prefix() {

    .checkbox input[type=checkbox]:disabled+label:before,
    .radio input[type=radio]:disabled+label:before {
        border-color: #dadada;
        background-color: #f3f3f8;
        cursor: not-allowed
    }
}

fieldset[disabled] .checkbox input[type=checkbox]::-ms-check,
fieldset[disabled] .radio input[type=radio]::-ms-check {
    border-color: #dadada
}

.checkbox input[type=checkbox] {
    border-radius: 0
}

.radio input[type=radio] {
    border-radius: 50%
}

.radio input[type=radio]::-ms-check {
    border-radius: 50%
}

@-moz-document url-prefix() {
    .radio input[type=radio]+label:before {
        border-radius: 50%
    }
}

.radio input[type=radio]:checked {
    box-shadow: inset 0 0 0 4px #00a221;
    background: #fff
}

.radio input[type=radio]:checked::-ms-check {
    box-shadow: inset 0 0 0 4px #00a221;
    background: #fff
}

@-moz-document url-prefix() {
    .radio input[type=radio]:checked+label:before {
        box-shadow: inset 0 0 0 4px #00a221;
        background: #fff
    }
}

.td-multi-single-select-buttons {
    margin-top: 5px
}

.td-multi-single-select-buttons legend {
    margin-bottom: 10px
}

.td-multi-single-select-buttons .td-multi-single-select-button-wrapper {
    display: inline-block;
    position: relative;
    float: left;
    padding: 0 20px 15px 0;
    margin: 0
}

@media (max-width:47.94em) {
    .td-multi-single-select-buttons .td-multi-single-select-button-wrapper {
        min-width: 100%;
        padding-right: 0
    }
}

.td-multi-single-select-buttons input[type=checkbox],
.td-multi-single-select-buttons input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none
}

.td-multi-single-select-buttons input[type=checkbox]::-ms-check,
.td-multi-single-select-buttons input[type=radio]::-ms-check {
    border: none;
    background: transparent
}

.td-multi-single-select-buttons label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border: 1px solid #038203;
    border-radius: 5px;
    padding: 4px 56px 6px;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    min-width: 100%;
    height: 100%
}

.td-multi-single-select-buttons input[type=checkbox]:focus+label,
.td-multi-single-select-buttons input[type=checkbox]:hover+label,
.td-multi-single-select-buttons input[type=radio]:focus+label,
.td-multi-single-select-buttons input[type=radio]:hover+label {
    background: #f4f7f4
}

.td-multi-single-select-buttons input[type=checkbox]:checked:focus+label,
.td-multi-single-select-buttons input[type=radio]:checked:focus+label {
    outline: 1px dotted #999
}

.td-multi-single-select-buttons input[type=checkbox]:checked+label,
.td-multi-single-select-buttons input[type=radio]:checked+label {
    color: #fff;
    background: #038203
}

.td-multi-single-select-buttons input[type=checkbox]:disabled+label,
.td-multi-single-select-buttons input[type=radio]:disabled+label {
    color: #c1c1c1;
    background-color: #fafafd;
    border-color: #dadada
}

.td-multi-single-select-buttons input[type=checkbox]:disabled+label:hover,
.td-multi-single-select-buttons input[type=radio]:disabled+label:hover {
    cursor: default
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper {
    height: 42px;
    width: 50%;
    min-width: 50%;
    padding: 0
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper label {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    border-right: none
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper:first-child label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented .td-multi-single-select-button-wrapper:last-child label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #038203
}

legend {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    display: block;
    margin-bottom: 0;
    border: 0;
    color: #1c1c1c
}

@media (min-width:48em) {

    .form-inline label+.form-control,
    .form-inline label+.input-group,
    .form-inline label+.td-select {
        margin-top: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: absolute
    }
}

.has-error .form-control {
    border-bottom-width: 2px;
    padding-bottom: 2px;
    border-color: #dadada #dadada #ae1100;
    box-shadow: none
}

.has-error .form-control:focus,
.has-error .form-control:hover {
    border-bottom-color: #ae1100
}

.has-error .form-control:focus {
    border-color: #dadada #dadada #ae1100;
    box-shadow: none;
    outline-style: dotted;
    outline-color: #038203;
    outline-width: 1px
}

.has-error .td-select:after {
    border-color: #ae1100
}

.has-error .checkbox input:not(:checked),
.has-error .radio input:not(:checked) {
    border-color: #ae1100;
    background-color: #f7e8e9
}

.has-error .checkbox input:not(:checked)::-ms-check,
.has-error .radio input:not(:checked)::-ms-check {
    border-color: #ae1100;
    background-color: #f7e8e9
}

@-moz-document url-prefix() {

    .has-error .checkbox input:not(:checked)+label:before,
    .has-error .radio input:not(:checked)+label:before {
        border-color: #ae1100;
        background-color: #f7e8e9
    }
}

.has-error .checkbox label,
.has-error .radio label {
    color: #1c1c1c
}

.td-error {
    color: #ae1100;
    font-size: 12px;
    font-size: .75rem;
    padding: 4px 0
}

.td-error .td-error-symbol {
    font-family: Webly Sleek SemiBold
}

.td-error .td-error-symbol:before {
    content: "! "
}

@-ms-viewport {
    width: auto
}

@media (min-width:0) {
    .td-xs-centered {
        text-align: center
    }

    .td-xs-left {
        text-align: left
    }

    .td-xs-right {
        text-align: right
    }
}

@media (min-width:48em) {
    .td-sm-centered {
        text-align: center
    }

    .td-sm-left {
        text-align: left
    }

    .td-sm-right {
        text-align: right
    }
}

@media (min-width:64em) {
    .td-md-centered {
        text-align: center
    }

    .td-md-left {
        text-align: left
    }

    .td-md-right {
        text-align: right
    }
}

@media (min-width:75em) {
    .td-lg-centered {
        text-align: center
    }

    .td-lg-left {
        text-align: left
    }

    .td-lg-right {
        text-align: right
    }
}

.td-notification,
.td-notification-section {
    padding: 10px 0 14px
}

.td-notification-section.bg-danger h3,
.td-notification.bg-danger h3 {
    color: #ae1100
}

.td-notification-section.bg-success h3,
.td-notification.bg-success h3 {
    color: #1a5336
}

.td-notification-section h3,
.td-notification h3 {
    display: flex;
    align-items: flex-start
}

.td-notification-section {
    padding: 10px 0 14px;
    margin: 0
}

.td-notification-section h3>span.td-icon,
.td-notification h3>span.td-icon {
    font-size: 30px;
    margin-right: 16px
}

table {
    background-color: transparent
}

caption {
    padding-top: 30px 15px;
    padding-bottom: 30px 15px;
    color: #ccc
}

caption,
th {
    text-align: left
}

.td-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.td-table>tbody>tr>td,
.td-table>tbody>tr>th,
.td-table>tfoot>tr>td,
.td-table>tfoot>tr>th,
.td-table>thead>tr>td,
.td-table>thead>tr>th {
    padding: 30px 15px;
    line-height: 1.375;
    vertical-align: top;
    border-top: 1px solid #ccc
}

.td-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

.td-table>caption+thead>tr:first-child>td,
.td-table>caption+thead>tr:first-child>th,
.td-table>colgroup+thead>tr:first-child>td,
.td-table>colgroup+thead>tr:first-child>th,
.td-table>thead:first-child>tr:first-child>td,
.td-table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.td-table>tbody+tbody {
    border-top: 2px solid #ccc
}

.td-table .td-table {
    background-color: #fff
}

.td-table-condensed>tbody>tr>td,
.td-table-condensed>tbody>tr>th,
.td-table-condensed>tfoot>tr>td,
.td-table-condensed>tfoot>tr>th,
.td-table-condensed>thead>tr>td,
.td-table-condensed>thead>tr>th {
    padding: 5px
}

.td-table-bordered,
.td-table-bordered>tbody>tr>td,
.td-table-bordered>tbody>tr>th,
.td-table-bordered>tfoot>tr>td,
.td-table-bordered>tfoot>tr>th,
.td-table-bordered>thead>tr>td,
.td-table-bordered>thead>tr>th {
    border: 1px solid #ccc
}

.td-table-bordered>thead>tr>td,
.td-table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.td-table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.td-table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.td-table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:47.94em) {
    .td-table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ccc
    }

    .td-table-responsive>.td-table {
        margin-bottom: 0
    }

    .td-table-responsive>.td-table>tbody>tr>td,
    .td-table-responsive>.td-table>tbody>tr>th,
    .td-table-responsive>.td-table>tfoot>tr>td,
    .td-table-responsive>.td-table>tfoot>tr>th,
    .td-table-responsive>.td-table>thead>tr>td,
    .td-table-responsive>.td-table>thead>tr>th {
        white-space: nowrap
    }

    .td-table-responsive>.td-table-bordered {
        border: 0
    }

    .td-table-responsive>.td-table-bordered>tbody>tr>td:first-child,
    .td-table-responsive>.td-table-bordered>tbody>tr>th:first-child,
    .td-table-responsive>.td-table-bordered>tfoot>tr>td:first-child,
    .td-table-responsive>.td-table-bordered>tfoot>tr>th:first-child,
    .td-table-responsive>.td-table-bordered>thead>tr>td:first-child,
    .td-table-responsive>.td-table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .td-table-responsive>.td-table-bordered>tbody>tr>td:last-child,
    .td-table-responsive>.td-table-bordered>tbody>tr>th:last-child,
    .td-table-responsive>.td-table-bordered>tfoot>tr>td:last-child,
    .td-table-responsive>.td-table-bordered>tfoot>tr>th:last-child,
    .td-table-responsive>.td-table-bordered>thead>tr>td:last-child,
    .td-table-responsive>.td-table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .td-table-responsive>.td-table-bordered>tbody>tr:last-child>td,
    .td-table-responsive>.td-table-bordered>tbody>tr:last-child>th,
    .td-table-responsive>.td-table-bordered>tfoot>tr:last-child>td,
    .td-table-responsive>.td-table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

div.btn {
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
    border: inherit;
    font-family: inherit;
    word-break: inherit
}

[class^=td-col] .row:not([class~=td-row]),
div[class*=" td-col"] .row:not([class~=td-row]) {
    margin-left: unset;
    margin-right: unset
}

td,
th {
    padding: 1px
}

.td-callout>.h1:first-child,
.td-callout>.h2:first-child,
.td-callout>.h3:first-child,
.td-callout>.h4:first-child,
.td-callout>.h5:first-child,
.td-callout>.h6:first-child,
.td-callout>.td-container>.h1:first-child,
.td-callout>.td-container>.h2:first-child,
.td-callout>.td-container>.h3:first-child,
.td-callout>.td-container>.h4:first-child,
.td-callout>.td-container>.h5:first-child,
.td-callout>.td-container>.h6:first-child {
    margin-top: 0
}

.td-callout>.td-container>:last-child,
.td-callout>:last-child {
    margin-bottom: 0
}

.td-forscreenreader {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.td-color-selector {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 45%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3)
}

.td-color-selector ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.td-color-selector ul li {
    width: 50px;
    height: 50px
}

.td-color-selector ul li a {
    display: block;
    height: 50px;
    border: 2px solid #eee;
    margin: 0
}

.td-color-selector ul li a.test-bg-white {
    background-color: #fff
}

.td-color-selector ul li a.test-bg-gray {
    background-color: #f3f3f8
}

.td-color-selector ul li a.test-bg-mint {
    background-color: #f4f7f4
}

.close-button:focus {
    outline: thin dotted #038208 !important
}

footer :focus {
    outline-color: #5bd453 !important
}

.td-icon-greenleaf:before {
    content: "\e960"
}

.td-header-nav {
    position: fixed;
    width: 100%;
    z-index: 9999
}

.td-header-desktop a:focus,
.td-header-desktop button:focus,
.td-header-desktop input[type=submit]:focus {
    outline: 1px dotted #5bd453
}

.td-header-desktop a:focus>img {
    outline: none
}

.td-header-desktop a {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    text-decoration: none
}

.td-header-desktop ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.td-header-desktop ul li {
    display: inline-block;
    vertical-align: middle
}

.td-header-desktop .td-container {
    position: relative;
    height: 100%
}

.td-header-desktop .td-section-left {
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    text-align: left
}

.td-header-desktop .td-section-right {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    text-align: right
}

.td-utility-toggle {
    width: 100%;
    height: 36px;
    background-color: #fff
}

.td-utility-toggle [index="0"]:focus,
.td-utility-toggle a:focus,
.td-utility-toggle button:focus {
    outline-color: #12422b
}

.td-utility-toggle .td-segments {
    display: inline-block;
    height: 100%
}

.td-utility-toggle .td-segments>ul {
    font-size: 0;
    height: 100%
}

.td-utility-toggle .td-segments li {
    height: 100%;
    padding-top: 8px;
    margin-right: 40px;
    font-size: .875rem
}

.td-utility-toggle .td-segments li a {
    color: #008a00
}

.td-utility-toggle .td-segments li a:hover {
    color: #008a00;
    text-decoration: underline
}

.td-utility-toggle .td-segments li.active a {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-weight: 700;
    color: #1c1c1c
}

.td-utility-toggle .td-segments li.active a:hover {
    letter-spacing: 0
}

.td-utility-toggle .td-other-toggles {
    display: inline-block;
    height: 100%
}

.td-utility-toggle .td-other-toggles>ul {
    font-size: 0
}

.td-utility-toggle .td-other-toggles>ul,
.td-utility-toggle .td-other-toggles>ul>li,
.td-utility-toggle .td-other-toggles>ul>li>a,
.td-utility-toggle .td-other-toggles>ul>li>a:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.td-utility-toggle .td-other-toggles>ul>li>a:before {
    content: ""
}

.td-utility-toggle li.td-dropdown {
    position: relative;
    height: 100%;
    vertical-align: middle;
    margin-right: 14px;
    padding: 3px 11px 0 13px;
    cursor: pointer
}

.td-utility-toggle li.td-dropdown:last-child {
    margin-right: -13px
}

.td-utility-toggle li.td-dropdown>a {
    color: #616161;
    font-size: .875rem;
    letter-spacing: .0625rem
}

.td-utility-toggle li.td-dropdown .td-icon {
    vertical-align: middle;
    font-size: .8rem;
    color: #616161
}

.td-utility-toggle li.td-dropdown .td-icon.collapse {
    display: none;
    margin-top: 2px
}

.td-utility-toggle li.td-dropdown .td-icon.expand {
    display: inline-block;
    margin-top: 0
}

.td-utility-toggle li.td-dropdown-country .td-icon {
    margin-left: 9px
}

.td-utility-toggle li.td-dropdown-language .td-icon {
    margin-left: 7px
}

.td-utility-toggle li.td-dropdown-active {
    background: #fff
}

.td-utility-toggle li.td-dropdown-active .td-icon.collapse {
    display: inline-block
}

.td-utility-toggle li.td-dropdown-active .td-icon.expand {
    display: none
}

.td-utility-toggle li.td-dropdown-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    background: transparent;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
}

.td-utility-toggle li.td-dropdown-active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    z-index: 101
}

.td-utility-toggle .td-dropdown>.td-dropdown-content {
    display: none
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 101;
    top: 100%;
    right: 0;
    font-size: 1rem;
    font-family: Webly Sleek, droid sans, sans-serif;
    padding: 11px 0 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li {
    display: block;
    text-align: left;
    position: relative
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li>a {
    height: 100%;
    width: 100%;
    display: inline-block;
    color: #1c1c1c
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li>a:focus,
.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li>a:hover {
    background: #f5f5f5
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li.active>a {
    font-family: Webly Sleek SemiLight, droid sans, sans-serif;
    font-weight: 700
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content>li:last-child {
    margin-bottom: 0
}

.td-utility-toggle .td-dropdown-active>.td-dropdown-content .td-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #008a00
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content {
    width: 237px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content>li {
    margin-bottom: 7px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content>li a {
    padding: 11px 15px 11px 19px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content .td-icon {
    right: 12px
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content {
    width: 240px
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content>li {
    margin-bottom: 0
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content>li a {
    padding: 11px 15px 11px 27px
}

.td-utility-toggle .td-dropdown-language>.td-dropdown-content .td-icon {
    right: 21px
}

.td-nav-primary {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #12412a
}

.td-nav-primary .td-logo {
    display: inline-block;
    font-size: 0;
    margin: 0 33px 0 0;
    padding: 0
}

.td-nav-primary .td-logo img {
    width: 49px;
    height: 43px
}

.td-nav-primary .td-dropdown {
    cursor: pointer
}

.td-nav-primary .td-dropdown .td-icon.collapse,
.td-nav-primary .td-dropdown .td-icon.expand {
    vertical-align: middle;
    margin-left: 10px;
    font-size: .8rem
}

.td-nav-primary .td-dropdown .td-icon.expand {
    display: inline-block;
    color: #fff
}

.td-nav-primary .td-dropdown .td-icon.collapse,
.td-nav-primary .td-dropdown>.td-dropdown-content {
    display: none
}

.td-nav-primary .td-dropdown-active {
    position: relative;
    background: #fff;
    padding: 0 15px;
    margin-right: 13px;
    margin-left: -5px
}

.td-nav-primary .td-dropdown-active>a {
    color: #1a5336;
    outline-color: #12422b
}

.td-nav-primary .td-dropdown-active .td-icon.collapse {
    display: inline-block
}

.td-nav-primary .td-dropdown-active .td-icon.expand {
    display: none
}

.td-nav-primary .td-dropdown-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: transparent;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.td-nav-primary .td-dropdown-active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: #fff;
    border: none;
    z-index: 101
}

.td-nav-primary .td-dropdown-active>.td-dropdown-content {
    display: block
}

.td-nav-primary .td-dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 101;
    min-width: 233px;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 10px 0 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.td-nav-primary .td-dropdown-content li {
    display: block;
    margin-bottom: 2px
}

.td-nav-primary .td-dropdown-content li:last-child {
    margin-bottom: 0
}

.td-nav-primary .td-dropdown-content li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 30px 12px;
    letter-spacing: .02em;
    color: #1c1c1c;
    outline-color: #12422b
}

.td-nav-primary .td-dropdown-content li>a:focus,
.td-nav-primary .td-dropdown-content li>a:hover {
    background: #f5f5f5
}

.td-nav-primary nav {
    display: inline-block;
    height: 100%
}

.td-nav-primary nav>ul {
    height: 100%;
    font-size: 0
}

.td-nav-primary nav>ul>li {
    font-size: 1rem;
    position: relative;
    height: 100%;
    padding: 0 10px;
    margin-right: 18px;
    cursor: pointer
}

.td-nav-primary nav>ul>li:not(.td-dropdown-active)>a {
    color: #fff
}

.td-nav-primary nav>ul>li>a {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding-top: 3px
}

.td-nav-primary nav>ul>li>a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.td-nav-primary nav>ul>li.login .td-icon {
    font-size: 1.6rem;
    vertical-align: middle;
    top: -1px
}

.td-nav-primary nav>ul>li.login .td-label {
    margin-left: 5px;
    white-space: nowrap
}

.td-nav-primary nav>ul>li.login:hover:not(.td-dropdown):after {
    border-bottom: 0
}

.td-nav-primary nav>ul>li.active>a {
    font-family: Webly Sleek, Helvetica-, droid sans, sans-serif;
    font-weight: 700
}

.td-nav-primary nav>ul>li.active:not(.td-dropdown-active):after,
.td-nav-primary nav>ul>li:hover:not(.td-dropdown-active):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #00a221;
    pointer-events: none
}

.td-nav-primary .td-quick-access {
    display: inline-block;
    height: 100%
}

.td-nav-primary .td-quick-access>ul {
    height: 100%;
    font-size: 0
}

.td-nav-primary .td-quick-access>ul>li {
    position: relative;
    height: 100%;
    color: #fff;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 1rem
}

.td-nav-primary .td-quick-access>ul>li:first-child {
    margin-left: 0
}

.td-nav-primary .td-quick-access>ul>li:last-child {
    margin-right: 0
}

.td-nav-primary .td-quick-access>ul>li>a {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    max-width: 25px;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width .3s
}

.td-nav-primary .td-quick-access>ul>li>a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.td-nav-primary .td-quick-access>ul>li>a .td-label {
    margin-left: 5px;
    white-space: nowrap
}

.td-nav-primary .td-quick-access>ul>li>a .td-user-authenticated {
    display: none
}

.td-nav-primary .td-quick-access>ul>li>a:focus,
.td-nav-primary .td-quick-access>ul>li>a:hover {
    max-width: 200px;
    transition: max-width .6s
}

.td-nav-primary .td-quick-access>ul>li>a.td-show-label {
    max-width: 200px
}

.td-nav-primary .td-quick-access>ul>li.td-dropdown-active>a {
    color: #1a5336
}

.td-nav-primary .td-quick-access .td-icon {
    font-size: 1.6rem;
    vertical-align: middle
}

.td-nav-primary .td-quick-access .td-user-authenticated {
    display: inline-block
}

.td-nav-primary .td-quick-access ul li.td-dropdown {
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0
}

.td-nav-primary .td-quick-access ul li.td-dropdown.login,
.td-nav-primary .td-quick-access ul li.td-dropdown:last-child {
    margin-right: -15px
}

.td-nav-primary .td-quick-access ul li.td-dropdown-active {
    margin-left: 0
}

.td-nav-primary .td-quick-access ul li .td-dropdown-content {
    right: 0;
    left: auto;
    text-align: left
}

.td-nav-primary .td-quick-access .login .td-icon:not(.expand):not(.collapse) {
    margin-right: 5px
}

.td-nav-primary .td-quick-access .login .td-icon:not(.expand):not(.collapse):before {
content: "\f502";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;}

.td-nav-primary .td-quick-access .login .td-dropdown-content {
    min-width: 215px
}

.td-nav-primary .td-quick-access .logout .td-label {
    margin-left: 8px
}

.td-nav-primary .td-quick-access .logout .td-icon:before {
    width: auto
}

.td-nav-primary .td-quick-access ul>li.profile {
    position: relative;
    padding: 0 12px
}

.td-nav-primary .td-quick-access ul>li.profile .td-profile-btn {
    display: inline-block;
    height: 28px;
    padding: 0 12px;
    color: #fff;
    background-color: #008a00;
    border-radius: 5px
}

.td-nav-primary .td-quick-access ul>li.profile .profile-avatar {
    position: relative;
    display: inline-block;
    font-size: 25px;
    margin-top: 2px
}

.td-nav-primary .td-quick-access ul>li.profile .profile-avatar.td-icon:before {
    width: .7em
}

.td-nav-primary .td-quick-access ul>li.profile .td-icon.collapse,
.td-nav-primary .td-quick-access ul>li.profile .td-icon.expand {
    margin-left: 8px;
    padding-top: 3px
}

.td-nav-primary .td-quick-access ul>li.profile .td-icon.collapse:before,
.td-nav-primary .td-quick-access ul>li.profile .td-icon.expand:before {
    width: .9em
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content {
    min-width: 415px;
    padding-top: 25px;
    padding-bottom: 27px
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .td-col {
    float: left;
    padding-left: 0;
    padding-right: 0
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .td-col:first-child {
    width: 201px;
    border-right: 1px solid #ccc
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content .td-col:nth-child(2) {
    width: 214px;
    border-left: 1px solid #ccc;
    margin-left: -1px
}

.td-nav-primary .td-quick-access ul>li.profile .td-dropdown-content h3 {
    color: #1a5336;
    padding: 0 30px 5px;
    margin: 0;
    letter-spacing: .02em
}

.td-nav-primary .td-quick-access ul>li.profile+li {
    margin-left: 6px
}

.td-nav-primary .td-nav-desktop-search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 100px
}

.td-nav-primary .td-nav-desktop-search .td-search-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    background: #12412a
}

.td-nav-primary .td-nav-desktop-search .td-search-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input {
    width: 100%;
    height: 35px;
    background-color: #01371e;
    border: solid #01371e;
    margin: 0;
    padding: 0 15px;
    font-size: 1.2rem;
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    color: #f7f7f7;
    border-radius: 5.5px;
    outline: none
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input::-webkit-input-placeholder {
    color: #fff
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input::-moz-placeholder {
    color: #fff
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input:-ms-input-placeholder {
    color: #fff
}

.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input::-ms-clear {
    display: none
}

.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    color: transparent;
    width: 30px;
    background-color: transparent;
    border: 0
}

.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #f3f3f8;
    font-size: 1.2rem
}

.td-nav-primary .td-nav-desktop-search .td-desktop-search-hide-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.2rem
}

@media (max-width:74.94em) {
    .td-nav-primary nav ul li {
        margin-right: 10px
    }

    .td-nav-primary .td-dropdown-active {
        margin-right: 5px
    }
}

.td-nav-secondary {
    position: relative;
    width: 100%;
    height: 66px;
    background-color: #1a5336;
    display: block
}

.td-nav-secondary nav {
    display: inline-block;
    height: 100%
}

.td-nav-secondary nav>ul {
    height: 100%
}

.td-nav-secondary nav>ul>li {
    height: 100%;
    padding: 0 15px;
    margin-right: 10px;
    position: relative;
    cursor: pointer
}

.td-nav-secondary nav>ul>li>a {
    color: #fff;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding-top: 3px
}

.td-nav-secondary nav>ul>li>a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.td-nav-secondary nav>ul>li.active a {
    font-family: Webly Sleek, Helvetica-, droid sans, sans-serif;
    font-weight: 700
}

.td-nav-secondary nav>ul>li.active:after,
.td-nav-secondary nav>ul>li:hover:not(.td-dropdown):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #00a221;
    pointer-events: none
}

.td-skip {
    text-align: center;
    background: #1a5336
}

.td-skip a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #5bd453;
    display: block;
    outline-color: #5bd453 !important
}

.td-skip a:active,
.td-skip a:focus {
    position: static;
    left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 5px 0;
    text-decoration: none
}

.td-header-mobile {
    background-color: #12412a;
    height: 63px
}

.td-header-mobile a:focus,
.td-header-mobile button:focus,
.td-header-mobile input[type=submit]:focus {
    outline: 1px dotted #5bd453
}

.td-header-mobile a,
.td-header-mobile button {
    font-family: Webly Sleek, Helvetica-, droid sans, sans-serif;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.td-header-mobile .td-container {
    position: relative;
    height: 100%
}

.td-header-mobile .td-section-left {
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    text-align: left;
    font-size: 0
}

.td-header-mobile .td-section-left:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.td-header-mobile .td-section-right {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    text-align: right
}

.td-header-mobile .td-section-right:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.td-header-mobile .td-section-right nav {
    display: inline-block
}

.td-header-mobile .td-section-right nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 100%
}

.td-header-mobile .td-section-right nav ul li {
    position: relative;
    height: 100%;
    margin-right: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0
}

.td-header-mobile .td-section-right nav ul li.login a {
    color: #fff;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding-top: 3px;
    font-size: 1rem
}

.td-header-mobile .td-section-right nav ul li.login a .td-icon {
    vertical-align: middle;
    top: -1px
}

@media (max-width:63.94em) {
    .td-header-mobile .td-section-right nav ul li.login a .td-icon {
        font-size: 1.6rem
    }
}

@media (max-width:47.94em) {
    .td-header-mobile .td-section-right nav ul li.login a .td-icon {
        font-size: 1.9rem
    }
}

.td-header-mobile .td-section-right nav ul li.login a .td-label {
    margin-left: 5px;
    white-space: nowrap
}

@media (max-width:47.94em) {
    .td-header-mobile .td-section-right nav ul li.login a .td-label {
        display: none
    }
}

.td-header-mobile .td-mobile-action-button {
    vertical-align: middle;
    background: transparent;
    border: none;
    height: 100%;
    padding: 0;
    margin: 0 33px 0 0;
    font-size: 0
}

.td-header-mobile .td-mobile-menu-button-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
    margin-right: 14px
}

.td-header-mobile .td-mobile-menu-button-icon .icon-bar {
    background-color: #fff;
    display: block;
    width: 19px;
    height: 2px
}

.td-header-mobile .td-mobile-menu-button-icon .icon-bar+.icon-bar {
    margin-top: 4px
}

.td-header-mobile .td-mobile-back-button-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    margin-right: 13px;
    font-size: 1.2rem;
    color: #fff
}

.td-header-mobile .td-mobile-back-button {
    display: none
}

.td-header-mobile .td-logo {
    display: inline-block;
    font-size: 0;
    padding: 0;
    vertical-align: middle
}

.td-header-mobile .td-logo img {
    width: 36px;
    height: 32px
}

.td-header-mobile .td-login {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0
}

.td-header-mobile .td-login .td-icon {
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 10px
}

.td-header-mobile .td-login .td-icon:before {
    width: auto
}

.td-header-mobile .td-login .td-icon.login {
    font-size: 1.8rem
}

.td-header-mobile .td-login .label {
    font-size: 1rem;
    vertical-align: middle
}

.td-header-mobile .profile {
    position: relative;
    margin-right: 12px
}

.td-header-mobile .profile .td-profile-btn {
    display: inline-block;
    height: 28px;
    padding: 0 12px;
    color: #fff;
    background-color: #008a00;
    border-radius: 5px
}

.td-header-mobile .profile .profile-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-top: 2px
}

.td-header-mobile .profile .profile-avatar.td-icon:before {
    width: .7em
}

.td-header-mobile .profile .td-icon.expand {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    padding-top: 3px;
    font-size: .8rem;
    color: #fff
}

.td-header-mobile .profile .td-icon.expand:before {
    width: .9em
}

body.td-second-level-page .td-mobile-menu-button,
body.td-third-level-page .td-mobile-menu-button {
    display: none
}

body.td-second-level-page .td-mobile-back-button,
body.td-third-level-page .td-mobile-back-button {
    display: inline-block
}

@media (max-width:47.94em) {
    .td-header-mobile {
        height: 46px
    }

    .td-header-mobile .td-section-left {
        left: 8px
    }

    .td-header-mobile .td-mobile-menu-button-icon {
        margin-right: 8px
    }

    .td-header-mobile .td-mobile-back-button-icon {
        margin-right: 7px
    }
}

.td-nav-mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.td-nav-mobile a:focus,
.td-nav-mobile button:focus,
.td-nav-mobile input[type=submit]:focus {
    outline: 1px dotted #12422b
}

.td-nav-mobile a:focus>img {
    outline: none
}

.td-nav-mobile a {
    text-decoration: none
}

.td-nav-mobile ul {
    list-style-type: none
}

.td-nav-mobile .td-nav-mobile-menu {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 47%;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 1000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4)
}

.td-nav-mobile .td-nav-mobile-menu-right {
    right: 0;
    left: auto
}

@media (max-width:47.94em) {
    .td-nav-mobile .td-nav-mobile-menu {
        width: 79%
    }
}

.td-nav-mobile-menu-top a:focus,
.td-nav-mobile-menu-top button:focus,
.td-nav-mobile-menu-top input[type=submit]:focus {
    outline: 1px dotted #5bd453
}

.td-nav-mobile-menu-header {
    position: relative;
    background-color: #1a5336;
    height: 63px;
    padding: 0
}

.td-nav-mobile-menu-header .td-logo {
    position: absolute;
    top: 16px;
    left: 15px
}

.td-nav-mobile-menu-header .td-logo img {
    width: 36px;
    height: 32px
}

.td-nav-mobile-menu-header .td-logo a {
    width: 100%;
    height: 100%;
    display: block
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: 15px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon {
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: 10px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.login:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.logout:before {
    width: auto
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: -5px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .td-profile-btn {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    color: #fff;
    background-color: #008a00;
    border-radius: 5px
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .profile-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-top: 2px;
    margin-right: 0
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .profile-avatar.td-icon:before {
    width: .7em
}

.td-nav-mobile-menu-header .td-nav-mobile-menu-title .logout {
    color: #fff
}

.td-nav-mobile-menu-header .td-mobile-menu-close {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    right: 3px;
    top: 3px;
    padding: 6px
}

@media (max-width:47.94em) {
    .td-nav-mobile-menu-header {
        height: 46px
    }

    .td-nav-mobile-menu-header .td-logo {
        top: 7px;
        left: 15px
    }

    .td-nav-mobile-menu-header .td-mobile-menu-close {
        right: 4px;
        top: 1px
    }
}

.td-nav-mobile-menu-search {
    position: relative;
    background-color: #1a5336;
    padding: 2px 15px 9px
}

.td-nav-mobile-menu-search .td-search-box {
    width: 100%;
    height: 100%;
    position: relative
}

.td-nav-mobile-menu-search .td-search-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 3px 24px;
    color: #eaf3ee;
    border-radius: 0
}

.td-nav-mobile-menu-search .td-search-input::-webkit-input-placeholder {
    color: #fff
}

.td-nav-mobile-menu-search .td-search-input::-moz-placeholder {
    color: #fff
}

.td-nav-mobile-menu-search .td-search-input:-ms-input-placeholder {
    color: #fff
}

.td-nav-mobile-menu-search .td-search-input:focus {
    outline: none
}

.td-nav-mobile-menu-search .td-search-submit {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 0;
    margin: 0;
    color: transparent;
    width: 20px;
    background-color: transparent;
    border: 0
}

.td-nav-mobile-menu-search .td-search-icon {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #f3f3f8
}

@media (max-width:47.94em) {
    .td-nav-mobile-menu-search {
        padding: 7px 15px 9px
    }
}

ul.td-nav-mobile-menu-list {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    border-bottom: 100px solid transparent
}

ul.td-nav-mobile-menu-list li:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #e2e1e4;
    margin-top: -1px
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item {
    position: relative;
    font-size: 1rem;
    margin: 0;
    padding: 0 0 0 45px;
    width: 100%
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item a {
    position: relative;
    display: block;
    height: 100%;
    min-height: 44px;
    width: 100%;
    padding: 11px 25px 10px 0;
    color: #1c1c1c
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item .td-icon {
    display: inline-block;
    vertical-align: middle;
    color: #038203;
    font-size: 1.4rem;
    margin-right: 10px;
    float: left;
    margin-bottom: 15px;
    clear: left
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item .td-icon-noIcon {
    display: none
}

ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item:last-child {
    margin-bottom: 45px
}

ul.td-nav-mobile-menu-list li.td-item-header:after,
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item:last-child:after {
    display: none
}

ul.td-nav-mobile-menu-list li.td-item-header h3 {
    font-size: 1.25rem;
    color: #1a5336;
    margin-top: 23px;
    margin-bottom: -2px
}

ul.td-nav-mobile-menu-list>li.active {
    background: #f5f5f5
}

ul.td-nav-mobile-menu-list>li.active>a {
    font-family: Webly Sleek Semi, Helvetica-, droid sans, sans-serif;
    fonr-weight: bold
}

ul.td-nav-mobile-menu-list>li.active>.td-icon {
    color: #a9a9a9
}

ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    margin-right: 15px;
    font-size: .8rem;
    color: #777
}

ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse {
    display: none
}

ul.td-nav-mobile-menu-list li.td-accordion-active .td-icon.collapse,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand {
    display: inline-block
}

ul.td-nav-mobile-menu-list li.td-accordion-active .td-icon.expand,
ul.td-nav-mobile-menu-list li.td-accordion-active:after {
    display: none
}

ul.td-nav-mobile-menu-list ul.td-accordion-content {
    display: none;
    padding: 0;
    margin-left: -45px;
    clear: left
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li {
    padding-left: 87px
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li.active {
    background: #f5f5f5
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li.active>a {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    font-weight: 700
}

ul.td-nav-mobile-menu-list ul.td-accordion-content li:last-child:after {
    display: none
}

ul.td-nav-mobile-menu-list ul.td-accordion-content .td-icon.selected {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%)
}

ul.td-nav-mobile-menu-list li.td-accordion-country ul.td-accordion-content .country-flag {
    margin-right: 10px;
    vertical-align: baseline;
    width: 22px
}

@media (max-width:47.94em) {
    ul.td-nav-mobile-menu-list {
        border-bottom: 88px solid transparent
    }

    ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item {
        padding: 0 0 0 27px
    }
}

.td-nav-mobile-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999
}

@media (max-width:30em) {
    .td-header-desktop {
        display: none
    }

    .td-header-mobile {
        display: block
    }

    .td-nav-mobile {
        display: none
    }
}

@media (min-width:30em) {
    .td-header-desktop {
        display: none
    }

    .td-header-mobile {
        display: block
    }

    .td-nav-mobile {
        display: none
    }
}

@media (min-width:48em) {
    .td-header-desktop {
        display: none
    }

    .td-header-mobile {
        display: block
    }

    .td-nav-mobile {
        display: none
    }
}

@media (min-width:64em) {
    .td-header-desktop {
        display: block
    }

    .td-header-mobile,
    .td-nav-mobile {
        display: none !important
    }
}

@media (min-width:75em) {
    .td-header-desktop {
        display: block
    }

    .td-header-mobile,
    .td-nav-mobile {
        display: none !important
    }
}

footer {
    clear: both;
    font-size: 13px;
    border-top: 1px solid #e9e9e9;
    background-color: #1a5336
}

footer a:focus,
footer button:focus {
    outline: 1px dotted #5bd453
}

footer.td-padding-vert-0 {
    padding-top: 0
}

footer .td-footer-content {
    background-repeat: no-repeat;
    background-position: left -50px bottom 30px;
    background-size: 383px 342px;
    padding: 55px 0;
    text-align: center
}

footer .td-footer-content .td-footer-heading {
    font-family: Webly Sleek Light, Helvetica-, droid sans, sans-serif;
    font-size: 29px;
    font-size: 1.8125rem;
    margin: 0 auto 20px;
    line-height: 1;
    color: #fff
}

footer .td-footer-content .td-footer-heading .td-contact-link {
    color: #5bd453;
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    margin-left: 10px
}

footer .td-footer-content .td-footer-heading .td-contact-link .td-icon {
    color: #5bd453;
    margin-top: -1px
}

footer .td-footer-content .td-footer-links {
    display: inline-block;
    margin: 0 auto 20px;
    padding: 20px 13px
}

footer .td-footer-content .td-footer-links a {
    line-height: 1;
    margin-right: 32px
}

footer .td-footer-content .td-footer-links a:last-child {
    margin-right: 0
}

footer .td-footer-content .td-footer-social {
    margin: 0 auto 15px;
    padding: 10px 13px 20px
}

footer .td-footer-content .td-footer-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

footer .td-footer-content .td-footer-social ul li {
    display: inline-block;
    margin-right: 21px
}

footer .td-footer-content .td-footer-social ul li:last-child {
    margin-right: 0
}

footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 33.6px;
    font-size: 2.1rem
}

footer .td-footer-content .td-footer-social ul li .td-icon {
    line-height: 0
}

footer .td-footer-content .td-footer-social .td-footer-social-heading {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0
}

@media only screen and (max-width:74.94em) {
    footer .td-footer-content {
        background-size: 323px 287px;
        padding: 44px 0 48px;
        background-position: left -50px bottom 30px
    }

    footer .td-footer-content .td-footer-heading {
        margin: 0 auto 20px
    }

    footer .td-footer-content .td-footer-links {
        padding: 25px 10px;
        margin: 0 auto 15px
    }

    footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
        font-size: 33.6px;
        font-size: 2.1rem
    }
}

@media only screen and (max-width:63.94em) {
    footer .td-footer-content {
        background-size: 318px 283px;
        background-position: center bottom -10px;
        padding: 53px 15px 180px
    }

    footer .td-footer-content .td-footer-heading {
        margin: 0 auto 20px
    }

    footer .td-footer-content .td-footer-links {
        padding: 25px 10px;
        margin: 0 auto 15px;
        width: 520px;
        line-height: 2.75
    }

    footer .td-footer-content .td-footer-social {
        padding-top: 5px;
        margin-bottom: 0
    }

    footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
        font-size: 33.6px;
        font-size: 2.1rem
    }
}

@media only screen and (max-width:47.94em) {
    footer .td-footer-content {
        background-size: 318px 283px;
        background-position: center bottom -22px;
        padding: 53px 15px 180px
    }

    footer .td-footer-content .td-footer-heading {
        font-size: 1.333rem;
        padding: 0;
        line-height: 27.2px;
        line-height: 1.7rem
    }

    footer .td-footer-content .td-footer-heading .td-contact-link {
        display: block;
        margin-left: 0
    }

    footer .td-footer-content .td-footer-links {
        width: 100%;
        margin: 0 0 28px;
        padding: 25px 10px
    }

    footer .td-footer-content .td-footer-links a {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }

    footer .td-footer-content .td-footer-links a:last-child {
        margin-bottom: 0
    }

    footer .td-footer-content .td-footer-social {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px
    }

    footer .td-footer-content .td-footer-social ul li {
        margin-right: 14px
    }
}

footer .td-footer-links {
    margin: 0 auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

footer .td-footer-links a {
    font-size: 16px;
    font-size: 1rem
}

.td-tab-with-label .slick-list {
    margin-right: 0 !important
}

.td-tab-with-label .td-title-tabs {
    margin-top: 0
}

.td-tab-with-label h2 {
    text-align: center
}

@media (min-width:48em) {
    .td-tab-with-label .td-tab-with-label .td-tabs-carousel {
        width: 700px
    }
}

@media (min-width:64em) {
    .td-tab-with-label .td-tab-with-label .td-tabs-carousel {
        width: 900px
    }
}

@media (min-width:75em) {
    .td-tab-with-label .td-tab-with-label .td-tabs-carousel {
        width: 1024px
    }
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content h4.label {
    color: #038203;
    letter-spacing: .01px
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content .label {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif !important;
    font-size: 16px;
    font-weight: 400
}

@media (max-width:47.94em) {
    .td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab-content .label {
        padding-left: 0;
        padding-right: 0
    }
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel-content {
    background: #fff
}

.td-tab-with-label .td-tab-with-label .td-tabs-carousel-content .td-contentarea {
    padding-top: 0 !important
}

.td-tab-with-label.td-bg-light-gray {
    background: #f3f3f8
}

.td-tab-with-label.td-bg-mint-green {
    background: #f4f7f4
}

.td-tab-with-label-icon.td-bg-light-gray {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.td-tab-with-label-icon .td-tabs-carousel .td-icon.td-icon-ArrowLeft,
.td-tab-with-label-icon .td-tabs-carousel .td-icon.td-icon-ArrowRight {
    font-weight: 400
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content {
    color: #038203
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
    font-weight: 400;
    color: #038203;
    font-size: 16px;
    font-size: 1rem
}

@media (min-width:30em) {
    .td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:48em) {
    .td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:64em) {
    .td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (min-width:75em) {
    .td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .td-tabs-carousel-tab-content .label {
        font-size: 16px;
        font-size: 1rem
    }
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif;
    letter-spacing: normal
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover .label {
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
    letter-spacing: normal
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content {
    color: #1c1c1c;
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon {
    padding-left: 20px;
    padding-right: 20px;
    color: #1c1c1c
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .td-icon-green {
    color: #038203
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on .td-tabs-carousel-tab-content .label {
    padding-left: 20px;
    padding-right: 20px;
    color: #1c1c1c;
    font-family: Webly Sleek SemiLight, Helvetica-, droid sans, sans-serif
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab.td-tabs-carousel-tab--on:focus {
    outline-color: #038203
}

@media (max-width:63.94em) {
    .td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
        letter-spacing: normal
    }

    .td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab--on {
        letter-spacing: normal !important
    }
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    color: #038203
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-content {
    background: #fff
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-content .td-contentarea {
    padding-top: 0 !important
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:active {
    background-color: #038203;
    border-color: #038203
}

@media (min-width:75em) {
    .td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon-wrapper:hover {
        border-color: #038203;
        background-color: #038203
    }
}

.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab .td-tabs-carousel-tab-content .td-icon {
    color: #038203
}

.td-modal-container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(18, 66, 43, .8);
    z-index: 9999
}

.td-modal-container .td-modal {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    outline: none;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    transform: translateY(-50%)
}

.td-modal-container .td-modal .td-modal-content {
    position: relative
}

.td-modal-container .td-modal .td-modal-content .close-button {
    position: absolute;
    top: 12px;
    right: 26px;
    padding: 0;
    background: transparent;
    border: none
}

.td-modal-container .td-modal .td-modal-content .close-button .td-button-close {
    font-size: 23.472px;
    font-size: 1.467rem
}

.td-modal-show {
    display: block
}

.td-modal-warning h2 .td-icon {
    vertical-align: text-top;
    margin-top: 2px;
    display: inline-block
}

@media (min-width:48em) {
    .td-modal-warning h2 .td-icon {
        margin-top: 0
    }
}

@media (min-width:64em) {
    .td-modal-warning h2 .td-icon {
        margin-top: 0;
        vertical-align: text-bottom
    }
}

@media (min-width:75em) {
    .td-modal-warning h2 .td-icon {
        vertical-align: text-bottom
    }
}

.td-modal-quoter h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    font-family: Webly Sleek Light, Helvetica-, droid sans, sans-serif;
    padding: 0 15px
}

@media (min-width:48em) {
    .td-modal-quoter h2 {
        padding: 0 45px
    }
}

.td-modal-quoter .td-modal-quoter-content {
    text-align: center;
    margin: 0 auto
}

.td-modal-quoter .td-modal-quoter-content.width-4-column {
    width: 232px
}

@media (min-width:48em) {
    .td-modal-quoter .td-modal-quoter-content.width-4-column {
        width: 483px
    }
}

@media (min-width:64em) {
    .td-modal-quoter .td-modal-quoter-content.width-4-column {
        width: 483px
    }
}

@media (min-width:75em) {
    .td-modal-quoter .td-modal-quoter-content.width-4-column {
        width: 650px
    }
}

.td-modal-quoter .td-modal-quoter-content.width-3-column {
    width: 232px
}

@media (min-width:48em) {
    .td-modal-quoter .td-modal-quoter-content.width-3-column {
        width: 359px
    }
}

@media (min-width:64em) {
    .td-modal-quoter .td-modal-quoter-content.width-3-column {
        width: 359px
    }
}

@media (min-width:75em) {
    .td-modal-quoter .td-modal-quoter-content.width-3-column {
        width: 490px
    }
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item {
    min-height: 167px
}

@media (min-width:48em) {
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item {
        min-height: 184px
    }
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-interactive-icon {
    background: #038203
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-interactive-icon img {
    opacity: .1
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-interactive-icon .td-icon {
    display: block
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .label {
    font-family: Webly Sleek SemiLight, droid sans, sans-serif;
    font-weight: 700;
    color: #038203
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle {
    background: #2e8e29
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle .label,
.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle .td-icon,
.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle p {
    color: #fff
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:active .td-block-bundle .label {
    font-family: Webly Sleek SemiLight, droid sans, sans-serif;
    font-weight: 700
}

@media (min-width:64em) {
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-interactive-icon {
        background: #038203
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-interactive-icon img {
        opacity: .1
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-interactive-icon .td-icon {
        display: block
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .label {
        font-family: Webly Sleek SemiLight, droid sans, sans-serif;
        font-weight: 700;
        color: #038203
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle {
        background: #2e8e29
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle .label,
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle .td-icon,
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle p {
        color: #fff
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item a:hover .td-block-bundle .label {
        font-family: Webly Sleek SemiLight, droid sans, sans-serif;
        font-weight: 700
    }
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-interactive-icon {
    border: none;
    background: transparent;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

@media (min-width:48em) {
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-interactive-icon {
        margin-top: 17px
    }
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-interactive-icon .td-icon {
    position: absolute;
    display: none;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-size: 3rem
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle {
    width: 128px;
    height: 158px;
    background: rgba(0, 0, 0, .05);
    border-radius: 15px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    text-align: center
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle p {
    color: #000;
    font-size: 17px;
    font-size: 1.0625rem
}

@media (min-width:48em) and (max-width:63.94em) {
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle p {
        margin-bottom: 17px
    }
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .td-icon {
    display: inline-block;
    font-size: 48px;
    font-size: 3rem
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .plus {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    font-size: 22px;
    font-size: 1.375rem
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .label {
    margin-top: 22px;
    margin-bottom: 0;
    color: #038203
}

@media (min-width:48em) and (max-width:63.94em) {
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .label {
        margin-top: 17px
    }
}

@media (max-width:47.94em) {
    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle {
        height: auto
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle p {
        margin-bottom: 0;
        letter-spacing: -.5px
    }

    .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .td-block-bundle .label {
        margin-top: 0;
        margin-bottom: 10px
    }
}

.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .label {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2rem
}

/*! td-emerald-standards - v1.8.1 - 2019-02-04, 10:02:48 */
.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: Webly Sleek SemiLight
}

.mat-badge-small .mat-badge-content {
    font-size: 9px
}

.mat-badge-large .mat-badge-content {
    font-size: 24px
}

.mat-h1,
.mat-headline,
.mat-typography h1 {
    font: 400 24px/32px Webly Sleek SemiLight;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h2,
.mat-title,
.mat-typography h2 {
    font: 500 20px/32px Webly Sleek SemiLight;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
    font: 400 16px/28px Webly Sleek SemiLight;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
    font: 400 15px/24px Webly Sleek SemiLight;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h5,
.mat-typography h5 {
    font: 400 calc(1rem * .83)/1.375 Webly Sleek SemiLight;
    margin: 0 0 12px
}

.mat-h6,
.mat-typography h6 {
    font: 400 calc(1rem * .67)/1.375 Webly Sleek SemiLight;
    margin: 0 0 12px
}

.mat-body-2,
.mat-body-strong {
    font: 500 1rem/1.375 Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-body,
.mat-body-1,
.mat-typography {
    font: 400 1rem/1.375 Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-body-1 p,
.mat-body p,
.mat-typography p {
    margin: 0 0 12px
}

.mat-caption,
.mat-small {
    font: 400 12px/20px Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-display-4,
.mat-typography .mat-display-4 {
    font: 300 112px/112px Webly Sleek SemiLight;
    letter-spacing: -.05em;
    margin: 0 0 56px
}

.mat-display-3,
.mat-typography .mat-display-3 {
    font: 400 56px/56px Webly Sleek SemiLight;
    letter-spacing: -.02em;
    margin: 0 0 64px
}

.mat-display-2,
.mat-typography .mat-display-2 {
    font: 400 45px/48px Webly Sleek SemiLight;
    letter-spacing: -.005em;
    margin: 0 0 64px
}

.mat-display-1,
.mat-typography .mat-display-1 {
    font: 400 34px/40px Webly Sleek SemiLight;
    letter-spacing: normal;
    margin: 0 0 64px
}

.mat-bottom-sheet-container {
    font: 400 1rem/1.375 Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
    font-family: Webly Sleek SemiLight;
    font-size: 14px;
    font-weight: 500
}

.mat-button-toggle,
.mat-card {
    font-family: Webly Sleek SemiLight
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500
}

.mat-card-header .mat-card-title {
    font-size: 20px
}

.mat-card-content,
.mat-card-subtitle {
    font-size: 1rem
}

.mat-checkbox {
    font-family: Webly Sleek SemiLight
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 1.375
}

.mat-chip {
    font-size: 1rem;
    font-weight: 500
}

.mat-chip .mat-chip-remove.mat-icon,
.mat-chip .mat-chip-trailing-icon.mat-icon {
    font-size: 18px
}

.mat-table {
    font-family: Webly Sleek SemiLight
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 500
}

.mat-cell,
.mat-footer-cell {
    font-size: 1rem
}

.mat-calendar {
    font-family: Webly Sleek SemiLight
}

.mat-calendar-body {
    font-size: 13px
}

.mat-calendar-body-label,
.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400
}

.mat-dialog-title {
    font: 500 20px/32px Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-expansion-panel-header {
    font-family: Webly Sleek SemiLight;
    font-size: 15px;
    font-weight: 400
}

.mat-expansion-panel-content {
    font: 400 1rem/1.375 Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em
}

.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125
}

.mat-form-field-infix {
    padding: .5em 0;
    border-top: .84375em solid transparent
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34375em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34374em) scale(.75);
    width: 133.3333433333%
}

.mat-form-field-label-wrapper {
    top: -.84375em;
    padding-top: .84375em
}

.mat-form-field-label {
    top: 1.34375em
}

.mat-form-field-underline {
    bottom: 1.34375em
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: .6666666667em;
    top: calc(100% - 1.7916666667em)
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: .4375em 0
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28125em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);
    -ms-transform: translateY(-1.28124em) scale(.75);
    width: 133.3333433333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);
    -ms-transform: translateY(-1.28123em) scale(.75);
    width: 133.3333533333%
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: .5416666667em;
    top: calc(100% - 1.6666666667em)
}

@media print {

    .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28122em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28121em) scale(.75)
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.2812em) scale(.75)
    }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 .75em
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
    margin-top: -.5em
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.59375em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.59374em) scale(.75);
    width: 133.3333433333%
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
    margin-top: -.25em
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59375em) scale(.75);
    width: 133.3333333333%
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59374em) scale(.75);
    width: 133.3333433333%
}

.mat-grid-tile-footer,
.mat-grid-tile-header {
    font-size: 1rem
}

.mat-grid-tile-footer .mat-line,
.mat-grid-tile-header .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-grid-tile-footer .mat-line:nth-child(n+2),
.mat-grid-tile-header .mat-line:nth-child(n+2) {
    font-size: 12px
}

input.mat-input-element {
    margin-top: -.0625em
}

.mat-menu-item {
    font-family: Webly Sleek SemiLight;
    font-size: 1rem;
    font-weight: 400
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    font-family: Webly Sleek SemiLight;
    font-size: 12px
}

.mat-radio-button,
.mat-select {
    font-family: Webly Sleek SemiLight
}

.mat-select-trigger {
    height: 1.125em
}

.mat-slide-toggle-content,
.mat-slider-thumb-label-text {
    font-family: Webly Sleek SemiLight
}

.mat-slider-thumb-label-text {
    font-size: 12px;
    font-weight: 500
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    font-family: Webly Sleek SemiLight
}

.mat-step-label {
    font-size: 1rem;
    font-weight: 400
}

.mat-step-sub-label-error {
    font-weight: 400
}

.mat-step-label-error {
    font-size: 1rem
}

.mat-step-label-selected {
    font-size: 1rem;
    font-weight: 500
}

.mat-tab-group,
.mat-tab-label,
.mat-tab-link {
    font-family: Webly Sleek SemiLight
}

.mat-tab-label,
.mat-tab-link {
    font-size: 14px;
    font-weight: 500
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px Webly Sleek SemiLight;
    letter-spacing: normal;
    margin: 0
}

.mat-tooltip {
    font-family: Webly Sleek SemiLight;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px
}

.mat-list-item,
.mat-list-option {
    font-family: Webly Sleek SemiLight
}

.mat-list-base .mat-list-item {
    font-size: 16px
}

.mat-list-base .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
    font-size: 1rem
}

.mat-list-base .mat-list-option {
    font-size: 16px
}

.mat-list-base .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
    font-size: 1rem
}

.mat-list-base .mat-subheader {
    font-family: Webly Sleek SemiLight;
    font-size: 1rem;
    font-weight: 500
}

.mat-list-base[dense] .mat-list-item {
    font-size: 12px
}

.mat-list-base[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),
.mat-list-base[dense] .mat-list-option {
    font-size: 12px
}

.mat-list-base[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
    font-size: 12px
}

.mat-list-base[dense] .mat-subheader {
    font-family: Webly Sleek SemiLight;
    font-size: 12px;
    font-weight: 500
}

.mat-option {
    font-family: Webly Sleek SemiLight;
    font-size: 16px
}

.mat-optgroup-label {
    font: 500 1rem/1.375 Webly Sleek SemiLight;
    letter-spacing: normal
}

.mat-simple-snackbar {
    font-family: Webly Sleek SemiLight;
    font-size: 1rem
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500
}

.mat-tree {
    font-family: Webly Sleek SemiLight
}

.mat-nested-tree-node,
.mat-tree-node {
    font-weight: 400;
    font-size: 1rem
}

.mat-ripple {
    overflow: hidden;
    position: relative
}

.mat-ripple:not(:empty) {
    transform: translateZ(0)
}

.mat-ripple.mat-ripple-unbounded {
    overflow: visible
}

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, .2, 1);
    transform: scale(0)
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

.cdk-overlay-container:empty {
    display: none
}

.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    pointer-events: auto;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1
}

@media screen and (-ms-high-contrast:active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: .6
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, .32)
}

.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    animation: cdk-text-field-autofill-start 0s 1ms
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation: cdk-text-field-autofill-end 0s 1ms
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important
}

.mat-focus-indicator,
.mat-mdc-focus-indicator {
    position: relative
}

.mat-ripple-element {
    background-color: rgba(0, 0, 0, .1)
}

.mat-option {
    color: #1c1c1c
}

.mat-option.mat-active,
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled),
.mat-option:hover:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, .04)
}

.mat-option.mat-active {
    color: #1c1c1c
}

.mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, .38)
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f51b5
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ff4081
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336
}

.mat-optgroup-label {
    color: rgba(0, 0, 0, .54)
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, .38)
}

.mat-pseudo-checkbox {
    color: rgba(0, 0, 0, .54)
}

.mat-pseudo-checkbox:after {
    color: #fafafa
}

.mat-pseudo-checkbox-disabled {
    color: #b0b0b0
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #3f51b5
}

.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
    background: #ff4081
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0
}

.mat-app-background {
    background-color: #fafafa;
    color: #1c1c1c
}

.mat-elevation-z0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.mat-theme-loaded-marker {
    display: none
}

.mat-autocomplete-panel {
    background: #fff;
    color: #1c1c1c
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: #fff
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
    color: #1c1c1c
}

.mat-badge-content {
    color: #fff;
    background: #3f51b5
}

.cdk-high-contrast-active .mat-badge-content {
    outline: 1px solid;
    border-radius: 0
}

.mat-badge-accent .mat-badge-content {
    background: #ff4081;
    color: #fff
}

.mat-badge-warn .mat-badge-content {
    color: #fff;
    background: #f44336
}

.mat-badge {
    position: relative
}

.mat-badge-hidden .mat-badge-content {
    display: none
}

.mat-badge-disabled .mat-badge-content {
    background: #b9b9b9;
    color: rgba(0, 0, 0, .38)
}

.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none
}

.mat-badge-content._mat-animation-noopable,
.ng-animate-disabled .mat-badge-content {
    transition: none
}

.mat-badge-content.mat-badge-active {
    transform: none
}

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px
}

.mat-bottom-sheet-container {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
    background: #fff;
    color: #1c1c1c
}

.mat-button,
.mat-icon-button,
.mat-stroked-button {
    color: inherit;
    background: transparent
}

.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
    color: #3f51b5
}

.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
    color: #ff4081
}

.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
    color: #f44336
}

.mat-button.mat-accent.mat-button-disabled,
.mat-button.mat-button-disabled.mat-button-disabled,
.mat-button.mat-primary.mat-button-disabled,
.mat-button.mat-warn.mat-button-disabled,
.mat-icon-button.mat-accent.mat-button-disabled,
.mat-icon-button.mat-button-disabled.mat-button-disabled,
.mat-icon-button.mat-primary.mat-button-disabled,
.mat-icon-button.mat-warn.mat-button-disabled,
.mat-stroked-button.mat-accent.mat-button-disabled,
.mat-stroked-button.mat-button-disabled.mat-button-disabled,
.mat-stroked-button.mat-primary.mat-button-disabled,
.mat-stroked-button.mat-warn.mat-button-disabled {
    color: rgba(0, 0, 0, .26)
}

.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: #3f51b5
}

.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay,
.mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: #ff4081
}

.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay,
.mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: #f44336
}

.mat-button.mat-button-disabled .mat-button-focus-overlay,
.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
    background-color: transparent
}

.mat-button .mat-ripple-element,
.mat-icon-button .mat-ripple-element,
.mat-stroked-button .mat-ripple-element {
    opacity: .1;
    background-color: currentColor
}

.mat-button-focus-overlay {
    background: #000
}

.mat-stroked-button:not(.mat-button-disabled) {
    border-color: rgba(0, 0, 0, .12)
}

.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
    color: #1c1c1c;
    background-color: #fff
}

.mat-fab.mat-accent,
.mat-fab.mat-primary,
.mat-fab.mat-warn,
.mat-flat-button.mat-accent,
.mat-flat-button.mat-primary,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-accent,
.mat-mini-fab.mat-primary,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-accent,
.mat-raised-button.mat-primary,
.mat-raised-button.mat-warn {
    color: #fff
}

.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled {
    color: rgba(0, 0, 0, .26)
}

.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
    background-color: #3f51b5
}

.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
    background-color: #ff4081
}

.mat-fab.mat-warn,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
    background-color: #f44336
}

.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled {
    background-color: rgba(0, 0, 0, .12)
}

.mat-fab.mat-accent .mat-ripple-element,
.mat-fab.mat-primary .mat-ripple-element,
.mat-fab.mat-warn .mat-ripple-element,
.mat-flat-button.mat-accent .mat-ripple-element,
.mat-flat-button.mat-primary .mat-ripple-element,
.mat-flat-button.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-accent .mat-ripple-element,
.mat-mini-fab.mat-primary .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element,
.mat-raised-button.mat-accent .mat-ripple-element,
.mat-raised-button.mat-primary .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .1)
}

.mat-flat-button:not([class*=mat-elevation-z]),
.mat-stroked-button:not([class*=mat-elevation-z]) {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-raised-button:not([class*=mat-elevation-z]) {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-fab:not([class*=mat-elevation-z]),
.mat-mini-fab:not([class*=mat-elevation-z]) {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),
.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),
.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-button-toggle-group,
.mat-button-toggle-standalone {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
    box-shadow: none
}

.mat-button-toggle {
    color: rgba(0, 0, 0, .38)
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, .12)
}

.mat-button-toggle-appearance-standard {
    color: #1c1c1c;
    background: #fff
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
    background-color: #000
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle {
    border-left: 1px solid rgba(0, 0, 0, .12)
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, .12)
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .54)
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
    color: #1c1c1c
}

.mat-button-toggle-disabled {
    color: rgba(0, 0, 0, .26);
    background-color: #eee
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
    background: #fff
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd
}

.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
    border: 1px solid rgba(0, 0, 0, .12)
}

.mat-card {
    background: #fff;
    color: #1c1c1c
}

.mat-card:not([class*=mat-elevation-z]) {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-card-subtitle {
    color: rgba(0, 0, 0, .54)
}

.mat-checkbox-frame {
    border-color: rgba(0, 0, 0, .54)
}

.mat-checkbox-checkmark {
    fill: #fafafa
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa !important
}

.mat-checkbox-mixedmark {
    background-color: #fafafa
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #3f51b5
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ff4081
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #f44336
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: rgba(0, 0, 0, .54)
}

.mat-checkbox .mat-ripple-element {
    background-color: #000
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #3f51b5
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #ff4081
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #f44336
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: #1c1c1c
}

.mat-chip.mat-standard-chip .mat-chip-remove {
    color: #1c1c1c;
    opacity: .4
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
    opacity: .54
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
    opacity: .4
}

.mat-chip.mat-standard-chip:after {
    background: #000
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #3f51b5;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .1)
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .1)
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ff4081;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .1)
}

.mat-table {
    background: #fff
}

.mat-table-sticky,
.mat-table tbody,
.mat-table tfoot,
.mat-table thead,
[mat-footer-row],
[mat-header-row],
[mat-row],
mat-footer-row,
mat-header-row,
mat-row {
    background: inherit
}

mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.mat-header-cell {
    color: rgba(0, 0, 0, .54)
}

.mat-cell,
.mat-footer-cell {
    color: #1c1c1c
}

.mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, .54)
}

.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
    color: rgba(0, 0, 0, .54)
}

.mat-calendar-table-header {
    color: rgba(0, 0, 0, .38)
}

.mat-calendar-table-header-divider:after {
    background: rgba(0, 0, 0, .12)
}

.mat-calendar-body-label {
    color: rgba(0, 0, 0, .54)
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
    color: #1c1c1c;
    border-color: transparent
}

.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-form-field-disabled .mat-date-range-input-separator {
    color: rgba(0, 0, 0, .38)
}

.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 0, 0, .04)
}

.mat-calendar-body-in-preview {
    color: rgba(0, 0, 0, .24)
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: rgba(0, 0, 0, .38)
}

.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: rgba(0, 0, 0, .18)
}

.mat-calendar-body-in-range:before {
    background: rgba(63, 81, 181, .2)
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range:before {
    background: rgba(249, 171, 0, .2)
}

.mat-calendar-body-comparison-bridge-start:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg, rgba(63, 81, 181, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-comparison-bridge-end:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg, rgba(63, 81, 181, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical {
    background: #a8dab5
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
    background: #46a35e
}

.mat-calendar-body-selected {
    background-color: #3f51b5;
    color: #fff
}

.mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(63, 81, 181, .4)
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    color: #1c1c1c
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
    background: rgba(255, 64, 129, .2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
    background: rgba(249, 171, 0, .2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg, rgba(255, 64, 129, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg, rgba(255, 64, 129, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical {
    background: #a8dab5
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
    background: #46a35e
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
    background-color: #ff4081;
    color: #fff
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(255, 64, 129, .4)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
    background: rgba(244, 67, 54, .2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
    background: rgba(249, 171, 0, .2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg, rgba(244, 67, 54, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg, rgba(244, 67, 54, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical {
    background: #a8dab5
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
    background: #46a35e
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
    background-color: #f44336;
    color: #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(244, 67, 54, .4)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content-touch {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-datepicker-toggle-active {
    color: #3f51b5
}

.mat-datepicker-toggle-active.mat-accent {
    color: #ff4081
}

.mat-datepicker-toggle-active.mat-warn {
    color: #f44336
}

.mat-date-range-input-inner[disabled] {
    color: rgba(0, 0, 0, .38)
}

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    background: #fff;
    color: #1c1c1c
}

.mat-divider {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, .12)
}

.mat-expansion-panel {
    background: #fff;
    color: #1c1c1c
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mat-action-row {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(0, 0, 0, .04)
}

@media (hover:none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background: #fff
    }
}

.mat-expansion-panel-header-title {
    color: #1c1c1c
}

.mat-expansion-indicator:after,
.mat-expansion-panel-header-description {
    color: rgba(0, 0, 0, .54)
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0, 0, 0, .26)
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
    color: inherit
}

.mat-form-field-label,
.mat-hint {
    color: rgba(0, 0, 0, .6)
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #3f51b5
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
    color: #ff4081
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
    color: #f44336
}

.mat-focused .mat-form-field-required-marker {
    color: #ff4081
}

.mat-form-field-ripple {
    background-color: rgba(0, 0, 0, .87)
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #3f51b5
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
    background-color: #ff4081
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
    background-color: #f44336
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
    color: #3f51b5
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
    color: #ff4081
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
    color: #f44336
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336
}

.mat-error {
    color: #f44336
}

.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, .54)
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .42) 33%, transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .42) 33%, transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, .04)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, .02)
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
    background-color: rgba(0, 0, 0, .42)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, .38)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
    background-color: transparent
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, .12)
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, .87)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #3f51b5
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ff4081
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, .38)
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, .06)
}

.mat-icon.mat-primary {
    color: #3f51b5
}

.mat-icon.mat-accent {
    color: #ff4081
}

.mat-icon.mat-warn {
    color: #f44336
}

.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
    color: rgba(0, 0, 0, .54)
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,
.mat-input-element:disabled {
    color: rgba(0, 0, 0, .38)
}

.mat-input-element {
    caret-color: #3f51b5
}

.mat-input-element::placeholder {
    color: rgba(0, 0, 0, .42)
}

.mat-input-element::-moz-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mat-input-element::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mat-input-element:-ms-input-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mat-form-field.mat-accent .mat-input-element {
    caret-color: #ff4081
}

.mat-form-field-invalid .mat-input-element,
.mat-form-field.mat-warn .mat-input-element {
    caret-color: #f44336
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
    color: #f44336
}

.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
    color: #1c1c1c
}

.mat-list-base .mat-subheader {
    color: rgba(0, 0, 0, .54)
}

.mat-list-item-disabled {
    background-color: #eee
}

.mat-action-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-list-option:focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item:focus,
.mat-nav-list .mat-list-item:hover {
    background: rgba(0, 0, 0, .04)
}

.mat-list-single-selected-option,
.mat-list-single-selected-option:focus,
.mat-list-single-selected-option:hover {
    background: rgba(0, 0, 0, .12)
}

.mat-menu-panel {
    background: #fff
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mat-menu-item {
    background: transparent;
    color: #1c1c1c
}

.mat-menu-item[disabled],
.mat-menu-item[disabled]:after {
    color: rgba(0, 0, 0, .38)
}

.mat-menu-item-submenu-trigger:after,
.mat-menu-item .mat-icon-no-color {
    color: rgba(0, 0, 0, .54)
}

.mat-menu-item-highlighted:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item:hover:not([disabled]) {
    background: rgba(0, 0, 0, .04)
}

.mat-paginator {
    background: #fff
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, .54)
}

.mat-paginator-decrement,
.mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, .54);
    border-right: 2px solid rgba(0, 0, 0, .54)
}

.mat-paginator-first,
.mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, .54)
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, .38)
}

.mat-progress-bar-background {
    fill: #c5cae9
}

.mat-progress-bar-buffer {
    background-color: #c5cae9
}

.mat-progress-bar-fill:after {
    background-color: #3f51b5
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ff80ab
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
    background-color: #ff4081
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
    background-color: #f44336
}

.mat-progress-spinner circle,
.mat-spinner circle {
    stroke: #3f51b5
}

.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
    stroke: #ff4081
}

.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
    stroke: #f44336
}

.mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, .54)
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #3f51b5
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #3f51b5
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ff4081
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #ff4081
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #f44336
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, .38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0, 0, 0, .38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, .38)
}

.mat-radio-button .mat-ripple-element {
    background-color: #000
}

.mat-select-value {
    color: #1c1c1c
}

.mat-select-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, .38)
}

.mat-select-arrow {
    color: rgba(0, 0, 0, .54)
}

.mat-select-panel {
    background: #fff
}

.mat-select-panel:not([class*=mat-elevation-z]) {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, .12)
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #3f51b5
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ff4081
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow,
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, .38)
}

.mat-drawer-container {
    background-color: #fafafa;
    color: #1c1c1c
}

.mat-drawer {
    color: #1c1c1c
}

.mat-drawer,
.mat-drawer.mat-drawer-push {
    background-color: #fff
}

.mat-drawer:not(.mat-drawer-side) {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.mat-drawer-side {
    border-right: 1px solid rgba(0, 0, 0, .12)
}

.mat-drawer-side.mat-drawer-end,
[dir=rtl] .mat-drawer-side {
    border-left: 1px solid rgba(0, 0, 0, .12);
    border-right: none
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, .12)
}

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, .6)
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #ff4081
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(255, 64, 129, .54)
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #ff4081
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #3f51b5
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(63, 81, 181, .54)
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #3f51b5
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #f44336
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, .54)
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #f44336
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: #000
}

.mat-slide-toggle-thumb {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    background-color: #fafafa
}

.mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, .38)
}

.mat-slider-track-background {
    background-color: rgba(0, 0, 0, .26)
}

.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
    background-color: #3f51b5
}

.mat-primary .mat-slider-thumb-label-text {
    color: #fff
}

.mat-primary .mat-slider-focus-ring {
    background-color: rgba(63, 81, 181, .2)
}

.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
    background-color: #ff4081
}

.mat-accent .mat-slider-thumb-label-text {
    color: #fff
}

.mat-accent .mat-slider-focus-ring {
    background-color: rgba(255, 64, 129, .2)
}

.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
    background-color: #f44336
}

.mat-warn .mat-slider-thumb-label-text {
    color: #fff
}

.mat-warn .mat-slider-focus-ring {
    background-color: rgba(244, 67, 54, .2)
}

.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, .38)
}

.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, .26)
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, .12)
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, .87)
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, .26)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .26);
    background-color: transparent
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .38)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0, 0, 0, .26)
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
    border-color: rgba(0, 0, 0, .7)
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover {
    background-color: rgba(0, 0, 0, .04)
}

@media (hover:none) {
    .mat-step-header:hover {
        background: none
    }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, .54)
}

.mat-step-header .mat-step-icon {
    background-color: rgba(0, 0, 0, .54);
    color: #fff
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #3f51b5;
    color: #fff
}

.mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #f44336
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: #1c1c1c
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #f44336
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    background-color: #fff
}

.mat-stepper-vertical-line:before {
    border-left-color: rgba(0, 0, 0, .12)
}

.mat-horizontal-stepper-header:after,
.mat-horizontal-stepper-header:before,
.mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, .12)
}

.mat-sort-header-arrow {
    color: #757575
}

.mat-tab-header,
.mat-tab-nav-bar {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: none
}

.mat-tab-label,
.mat-tab-link {
    color: #1c1c1c
}

.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, .38)
}

.mat-tab-header-pagination-chevron {
    border-color: #1c1c1c
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, .38)
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, .3)
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #3f51b5
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, .3)
}

.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ff4081
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, .3)
}

.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, .3)
}

.mat-tab-group.mat-background-primary .mat-tab-header,
.mat-tab-group.mat-background-primary .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary .mat-tab-links,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #3f51b5
}

.mat-tab-group.mat-background-primary .mat-tab-label,
.mat-tab-group.mat-background-primary .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .12)
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, .3)
}

.mat-tab-group.mat-background-accent .mat-tab-header,
.mat-tab-group.mat-background-accent .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent .mat-tab-links,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ff4081
}

.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .12)
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, .3)
}

.mat-tab-group.mat-background-warn .mat-tab-header,
.mat-tab-group.mat-background-warn .mat-tab-header-pagination,
.mat-tab-group.mat-background-warn .mat-tab-links,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336
}

.mat-tab-group.mat-background-warn .mat-tab-label,
.mat-tab-group.mat-background-warn .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, .4)
}

.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, .12)
}

.mat-toolbar {
    background: #f5f5f5;
    color: #1c1c1c
}

.mat-toolbar.mat-primary {
    background: #3f51b5;
    color: #fff
}

.mat-toolbar.mat-accent {
    background: #ff4081;
    color: #fff
}

.mat-toolbar.mat-warn {
    background: #f44336;
    color: #fff
}

.mat-toolbar .mat-focused .mat-form-field-ripple,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-form-field-underline {
    background-color: currentColor
}

.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-select-value {
    color: inherit
}

.mat-toolbar .mat-input-element {
    caret-color: currentColor
}

.mat-tooltip {
    background: rgba(97, 97, 97, .9)
}

.mat-tree {
    background: #fff
}

.mat-nested-tree-node,
.mat-tree-node {
    color: #1c1c1c
}

.mat-snack-bar-container {
    color: hsla(0, 0%, 100%, .7);
    background: #323232;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-simple-snackbar-action {
    color: #ff4081
}

.td-header-nav {
    z-index: 10
}

.dialog-open {
    overflow: hidden
}

.uap-modal-backdrop,
.uap-spinner-backdrop {
    background: rgba(0, 0, 0, .7)
}

.uap-spinner-panel {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper {
    overflow: auto;
    pointer-events: all;
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: flex-start !important
}

@media (max-width:63.94em) {
    .uap-modal-backdrop+.cdk-global-overlay-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

@media (max-width:63.94em) {
    .uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important
    }
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container {
    border-radius: 0;
    position: relative;
    padding: 1rem 3.5rem 3rem;
    color: #1c1c1c
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .wide-content {
    margin-left: -3.5rem;
    margin-right: -3.5rem
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .wide-content .restore-padding {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

@media (max-width:47.94em) {
    .uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container {
        padding: 1rem 1.5rem 3rem
    }

    .uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .wide-content {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .wide-content .restore-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .top-banner {
    margin-top: 37px
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .btn-close-modal {
    padding: 2px;
    border: none;
    background: none;
    font-size: 1.75rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .btn-close-modal .td-icon {
    color: #a9a9a9 !important
}

.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .btn-close-modal:focus .td-icon,
.uap-modal-backdrop+.cdk-global-overlay-wrapper .uap-modal-panel .mat-dialog-container .btn-close-modal:hover .td-icon {
    color: #656565 !important
}

.country-selector .mat-option:nth-child(2) .mat-option-text {
    border-bottom: 2px solid #ccc
}

body,
html {
    height: 100%
}

@media print {

    body,
    html {
        height: auto
    }
}

body {
    overflow-x: visible
}

body app-root {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%
}

body app-root>.td-contentarea {
    flex: 1 0 auto
}

body :focus,
body a:focus {
    outline: thin dotted #048403
}

body .lead,
body a.lead {
    font-size: 1.1875rem
}

body.td-no-focus-outline :focus {
    outline: none
}

.uap-box-margin-left-right {
    margin-left: 3.6em;
    margin-right: 3.6em
}

.uap-box-padding-top-bottom {
    padding-top: 1.2em;
    padding-bottom: 1.2em
}

@media (max-width:64em) {
    .uap-box-margin-left-right {
        margin-left: 1.5em;
        margin-right: 1.5em
    }

    .uap-box-padding-top-bottom {
        padding-top: .75em;
        padding-bottom: .75em
    }
}

.label-margin {
    margin-top: 10px !important
}

.td-header-nav {
    top: 0
}

.sapphire .td-list-links li a {
    color: #0143a7 !important
}

.sapphire.ngdialog-open {
    position: static !important
}

.sapphire .td-header-mobile .td-logo img {
    width: auto;
    height: 1.56rem
}

.sapphire .td-nav-primary .td-logo img {
    width: 6.51rem
}

.sapphire .bg-success {
    background-color: #f5f9f7
}

.noFooter [data-ui-view=footer],
.noHeader [data-ui-view=header] {
    display: none
}

footer {
    margin: 0;
    border: none
}

footer .need-help {
    font-size: medium
}

footer .otp-footer-content {
    padding: 1.5rem 0
}

footer .footer-second-block {
    padding-top: 0
}

.otp-demo-temp-block {
    position: absolute;
    top: 6.635rem;
    left: 1rem;
    width: 15rem
}

.empty-template [data-tpl] {
    min-height: 5rem;
    margin: 1rem 0;
    border: 2px dashed #1a5336
}

.td-nav-primary .td-quick-access .divider {
    padding: 22px 0 20px;
    margin: 0 6px
}

.td-nav-primary .td-quick-access .divider .td-divider-line {
    height: 100%;
    width: 1px;
    background: #718e81
}

.td-utility-toggle li.td-dropdown-country>a>.country-flag {
    margin-top: -2px;
    width: 22px
}

.td-utility-toggle .td-dropdown-country>.td-dropdown-content .country-flag {
    margin: -3px 17px 0 0;
    width: 22px
}

.secure-lock-position {
    float: right;
    position: relative;
    color: #fff;
    margin-top: 5px
}

@media (min-width:48em) {
    .secure-lock-position {
        margin-top: 13px
    }
}

@media (min-width:64em) {
    .secure-lock-position {
        margin-top: 15px
    }
}

.logout-position {
    float: right;
    position: relative;
    color: #fff;
    margin-top: 0
}

.webbroker-awareness {
    margin-bottom: 1.5rem
}

.webbroker-awareness .td-in-page-banner a[name=learnMoreLink] {
    color: #038203
}

.td-nav-primary .td-quick-access .td-header-nav-utilities .td-dropdown-active>.td-dropdown-content .td-icon:before {
    content: ""
}

.td-nav-primary .td-quick-access .td-header-nav-utilities .td-dropdown-language>.td-dropdown-content>li {
    margin-bottom: 0
}

.td-nav-primary .td-quick-access .td-header-nav-utilities .td-dropdown-active>.td-dropdown-content>li {
    display: block;
    text-align: left;
    position: relative
}

.td-nav-primary .td-quick-access .td-header-nav-utilities .td-dropdown-language>.td-dropdown-content .td-icon {
    right: 21px
}

.td-nav-primary .td-quick-access .td-header-nav-utilities .td-dropdown-active>.td-dropdown-content .td-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #008a00
}

.td-nav-primary .td-quick-access .td-header-nav-utilities li.td-dropdown .td-icon {
    vertical-align: middle;
    font-size: .8rem
}

.td-nav-primary .td-quick-access .td-header-nav-utilities li.td-dropdown-language .td-icon {
    margin-left: 7px
}

.td-nav-primary .td-quick-access .td-header-nav-utilities .icon-regular {
    font-size: 35px;
    vertical-align: middle
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.italic-text {
    font-style: italic
}

.center {
    float: none;
    display: block;
    margin: 0 auto
}

.no-list {
    list-style: none
}

.no-list li.inline-flex {
    display: inline-flex;
    width: 25%;
    float: left
}

@media screen and (max-width:63.94em) {
    .no-list li.inline-flex {
        display: block;
        float: none;
        clear: both;
        width: 100%
    }
}

@media only screen and (min-width:48em) {
    .otp-hor-bind-form-elem {
        margin-left: -10px
    }
}

.otp-hor-bind-form-elem>.td-row>[class^=td-col-]:not(:first-child) {
    padding-left: 0
}

.otp-hor-bind-form-elem>.td-row>[class^=td-col-]:first-child {
    padding-right: 0
}

.otp-hor-bind-form-elem>.td-row>[class^=td-col-]:first-child+[class^=td-col-] {
    margin-left: -1px
}

@media only screen and (min-width:48em) {
    .otp-hor-bind-form-elem-phone-number {
        margin-left: 0
    }
}

.otp-hor-bind-form-elem-phone-number>.td-row>[class^=td-col-]:not(:first-child) {
    padding-left: 0
}

.otp-hor-bind-form-elem-phone-number>.td-row>[class^=td-col-]:first-child {
    padding-right: 0
}

.otp-hor-bind-form-elem-phone-number>.td-row>[class^=td-col-]:first-child+[class^=td-col-] {
    margin-left: -1px
}

img[alt=Laptop] {
    padding-top: 1.5rem
}

body .td-button[disabled] {
    color: #fff;
    text-shadow: none;
    background-color: #cdcdcd;
    border-color: #dadada
}

.form-control,
.td-select select {
    background-color: #fff
}

.td-button[disabled] {
    background-color: #fbfafe;
    border-color: #dadada;
    color: #d2c2c0;
    text-shadow: 2px 2px 2px #fff
}

.td-button[disabled] .td-icon {
    color: inherit
}

a.td-link-standalone .td-link-lastword .td-icon {
    padding-left: 0;
    font-size: 90%
}

@media (min-width:48em) {
    .td-form .label-padding {
        padding-top: 42px
    }
}

.btn span.td-icon,
.td-button span.td-icon {
    margin-top: 0
}

.btn span.td-icon:before,
.td-button span.td-icon:before {
content: "\f502"; /* FA код замка з ключем (user-lock) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    margin-right: 8px;
    display: inline-block;
    color: white;}

.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active .td-progress-indicator-step-text-wrapper,
.td-sim-progress .td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step.td-progress-indicator-step-active:after {
    background-color: #008a00
}

.otp-full-width,
.otp-full-width-xs {
    padding: 1.25rem 0
}

.otp-full-width-xs.grey,
.otp-full-width.grey {
    background-color: #f7f5f9
}

.otp-full-width-xs.yellow,
.otp-full-width.yellow {
    background-color: #fff8d7
}

.otp-full-width-xs {
    padding: 1rem 0
}

oas-ads>a {
    display: none
}

.oas-marketing-ad .otp-full-width {
    padding: 0
}

.otp-section,
.otp-section-error,
.otp-section-green,
.otp-section-grey,
.otp-section-mint-green,
.otp-section-red,
.otp-section-warning {
    padding: 1.5em 0
}

.otp-section-error h1:first-child,
.otp-section-error h2:first-child,
.otp-section-error h3:first-child,
.otp-section-error h4:first-child,
.otp-section-error h5:first-child,
.otp-section-error h6:first-child,
.otp-section-error p:first-child,
.otp-section-green h1:first-child,
.otp-section-green h2:first-child,
.otp-section-green h3:first-child,
.otp-section-green h4:first-child,
.otp-section-green h5:first-child,
.otp-section-green h6:first-child,
.otp-section-green p:first-child,
.otp-section-grey h1:first-child,
.otp-section-grey h2:first-child,
.otp-section-grey h3:first-child,
.otp-section-grey h4:first-child,
.otp-section-grey h5:first-child,
.otp-section-grey h6:first-child,
.otp-section-grey p:first-child,
.otp-section-mint-green h1:first-child,
.otp-section-mint-green h2:first-child,
.otp-section-mint-green h3:first-child,
.otp-section-mint-green h4:first-child,
.otp-section-mint-green h5:first-child,
.otp-section-mint-green h6:first-child,
.otp-section-mint-green p:first-child,
.otp-section-red h1:first-child,
.otp-section-red h2:first-child,
.otp-section-red h3:first-child,
.otp-section-red h4:first-child,
.otp-section-red h5:first-child,
.otp-section-red h6:first-child,
.otp-section-red p:first-child,
.otp-section-warning h1:first-child,
.otp-section-warning h2:first-child,
.otp-section-warning h3:first-child,
.otp-section-warning h4:first-child,
.otp-section-warning h5:first-child,
.otp-section-warning h6:first-child,
.otp-section-warning p:first-child,
.otp-section h1:first-child,
.otp-section h2:first-child,
.otp-section h3:first-child,
.otp-section h4:first-child,
.otp-section h5:first-child,
.otp-section h6:first-child,
.otp-section p:first-child {
    padding-top: 0;
    margin-top: 0
}

.otp-section-error h1:last-child,
.otp-section-error h2:last-child,
.otp-section-error h3:last-child,
.otp-section-error h4:last-child,
.otp-section-error h5:last-child,
.otp-section-error h6:last-child,
.otp-section-error p:last-child,
.otp-section-green h1:last-child,
.otp-section-green h2:last-child,
.otp-section-green h3:last-child,
.otp-section-green h4:last-child,
.otp-section-green h5:last-child,
.otp-section-green h6:last-child,
.otp-section-green p:last-child,
.otp-section-grey h1:last-child,
.otp-section-grey h2:last-child,
.otp-section-grey h3:last-child,
.otp-section-grey h4:last-child,
.otp-section-grey h5:last-child,
.otp-section-grey h6:last-child,
.otp-section-grey p:last-child,
.otp-section-mint-green h1:last-child,
.otp-section-mint-green h2:last-child,
.otp-section-mint-green h3:last-child,
.otp-section-mint-green h4:last-child,
.otp-section-mint-green h5:last-child,
.otp-section-mint-green h6:last-child,
.otp-section-mint-green p:last-child,
.otp-section-red h1:last-child,
.otp-section-red h2:last-child,
.otp-section-red h3:last-child,
.otp-section-red h4:last-child,
.otp-section-red h5:last-child,
.otp-section-red h6:last-child,
.otp-section-red p:last-child,
.otp-section-warning h1:last-child,
.otp-section-warning h2:last-child,
.otp-section-warning h3:last-child,
.otp-section-warning h4:last-child,
.otp-section-warning h5:last-child,
.otp-section-warning h6:last-child,
.otp-section-warning p:last-child,
.otp-section h1:last-child,
.otp-section h2:last-child,
.otp-section h3:last-child,
.otp-section h4:last-child,
.otp-section h5:last-child,
.otp-section h6:last-child,
.otp-section p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.otp-section-error h1.phone-link-desc,
.otp-section-error h2.phone-link-desc,
.otp-section-error h3.phone-link-desc,
.otp-section-error h4.phone-link-desc,
.otp-section-error h5.phone-link-desc,
.otp-section-error h6.phone-link-desc,
.otp-section-error p.phone-link-desc,
.otp-section-green h1.phone-link-desc,
.otp-section-green h2.phone-link-desc,
.otp-section-green h3.phone-link-desc,
.otp-section-green h4.phone-link-desc,
.otp-section-green h5.phone-link-desc,
.otp-section-green h6.phone-link-desc,
.otp-section-green p.phone-link-desc,
.otp-section-grey h1.phone-link-desc,
.otp-section-grey h2.phone-link-desc,
.otp-section-grey h3.phone-link-desc,
.otp-section-grey h4.phone-link-desc,
.otp-section-grey h5.phone-link-desc,
.otp-section-grey h6.phone-link-desc,
.otp-section-grey p.phone-link-desc,
.otp-section-mint-green h1.phone-link-desc,
.otp-section-mint-green h2.phone-link-desc,
.otp-section-mint-green h3.phone-link-desc,
.otp-section-mint-green h4.phone-link-desc,
.otp-section-mint-green h5.phone-link-desc,
.otp-section-mint-green h6.phone-link-desc,
.otp-section-mint-green p.phone-link-desc,
.otp-section-red h1.phone-link-desc,
.otp-section-red h2.phone-link-desc,
.otp-section-red h3.phone-link-desc,
.otp-section-red h4.phone-link-desc,
.otp-section-red h5.phone-link-desc,
.otp-section-red h6.phone-link-desc,
.otp-section-red p.phone-link-desc,
.otp-section-warning h1.phone-link-desc,
.otp-section-warning h2.phone-link-desc,
.otp-section-warning h3.phone-link-desc,
.otp-section-warning h4.phone-link-desc,
.otp-section-warning h5.phone-link-desc,
.otp-section-warning h6.phone-link-desc,
.otp-section-warning p.phone-link-desc,
.otp-section h1.phone-link-desc,
.otp-section h2.phone-link-desc,
.otp-section h3.phone-link-desc,
.otp-section h4.phone-link-desc,
.otp-section h5.phone-link-desc,
.otp-section h6.phone-link-desc,
.otp-section p.phone-link-desc {
    margin-bottom: 0;
    padding: 0
}

.otp-section-error h1.phone-link-desc+*,
.otp-section-error h2.phone-link-desc+*,
.otp-section-error h3.phone-link-desc+*,
.otp-section-error h4.phone-link-desc+*,
.otp-section-error h5.phone-link-desc+*,
.otp-section-error h6.phone-link-desc+*,
.otp-section-error p.phone-link-desc+*,
.otp-section-green h1.phone-link-desc+*,
.otp-section-green h2.phone-link-desc+*,
.otp-section-green h3.phone-link-desc+*,
.otp-section-green h4.phone-link-desc+*,
.otp-section-green h5.phone-link-desc+*,
.otp-section-green h6.phone-link-desc+*,
.otp-section-green p.phone-link-desc+*,
.otp-section-grey h1.phone-link-desc+*,
.otp-section-grey h2.phone-link-desc+*,
.otp-section-grey h3.phone-link-desc+*,
.otp-section-grey h4.phone-link-desc+*,
.otp-section-grey h5.phone-link-desc+*,
.otp-section-grey h6.phone-link-desc+*,
.otp-section-grey p.phone-link-desc+*,
.otp-section-mint-green h1.phone-link-desc+*,
.otp-section-mint-green h2.phone-link-desc+*,
.otp-section-mint-green h3.phone-link-desc+*,
.otp-section-mint-green h4.phone-link-desc+*,
.otp-section-mint-green h5.phone-link-desc+*,
.otp-section-mint-green h6.phone-link-desc+*,
.otp-section-mint-green p.phone-link-desc+*,
.otp-section-red h1.phone-link-desc+*,
.otp-section-red h2.phone-link-desc+*,
.otp-section-red h3.phone-link-desc+*,
.otp-section-red h4.phone-link-desc+*,
.otp-section-red h5.phone-link-desc+*,
.otp-section-red h6.phone-link-desc+*,
.otp-section-red p.phone-link-desc+*,
.otp-section-warning h1.phone-link-desc+*,
.otp-section-warning h2.phone-link-desc+*,
.otp-section-warning h3.phone-link-desc+*,
.otp-section-warning h4.phone-link-desc+*,
.otp-section-warning h5.phone-link-desc+*,
.otp-section-warning h6.phone-link-desc+*,
.otp-section-warning p.phone-link-desc+*,
.otp-section h1.phone-link-desc+*,
.otp-section h2.phone-link-desc+*,
.otp-section h3.phone-link-desc+*,
.otp-section h4.phone-link-desc+*,
.otp-section h5.phone-link-desc+*,
.otp-section h6.phone-link-desc+*,
.otp-section p.phone-link-desc+* {
    margin-top: 0;
    padding-top: 0
}

.otp-section-error h3,
.otp-section-green h3,
.otp-section-grey h3,
.otp-section-mint-green h3,
.otp-section-red h3,
.otp-section-warning h3,
.otp-section h3 {
    display: flex;
    align-items: center
}

.otp-section-error h3 .td-icon,
.otp-section-green h3 .td-icon,
.otp-section-grey h3 .td-icon,
.otp-section-mint-green h3 .td-icon,
.otp-section-red h3 .td-icon,
.otp-section-warning h3 .td-icon,
.otp-section h3 .td-icon {
    font-size: 1.875rem;
    margin-right: 1rem;
    padding: 0
}

@media (min-width:48em) {

    .otp-section-error.otp-info,
    .otp-section-green.otp-info,
    .otp-section-grey.otp-info,
    .otp-section-mint-green.otp-info,
    .otp-section-red.otp-info,
    .otp-section-warning.otp-info,
    .otp-section.otp-info {
        padding-left: 1.875em;
        padding-right: 1.875em
    }

    .otp-section-error.otp-info-full-width,
    .otp-section-green.otp-info-full-width,
    .otp-section-grey.otp-info-full-width,
    .otp-section-mint-green.otp-info-full-width,
    .otp-section-red.otp-info-full-width,
    .otp-section-warning.otp-info-full-width,
    .otp-section.otp-info-full-width {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:64em) {

    .otp-section-error.otp-info,
    .otp-section-green.otp-info,
    .otp-section-grey.otp-info,
    .otp-section-mint-green.otp-info,
    .otp-section-red.otp-info,
    .otp-section-warning.otp-info,
    .otp-section.otp-info {
        padding-left: 3.6em;
        padding-right: 3.6em
    }

    .otp-section-error.otp-info-full-width,
    .otp-section-green.otp-info-full-width,
    .otp-section-grey.otp-info-full-width,
    .otp-section-mint-green.otp-info-full-width,
    .otp-section-red.otp-info-full-width,
    .otp-section-warning.otp-info-full-width,
    .otp-section.otp-info-full-width {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:48em) {

    .otp-section,
    .otp-section-error,
    .otp-section-green,
    .otp-section-grey,
    .otp-section-mint-green,
    .otp-section-red,
    .otp-section-warning {
        padding: 1.5em 1.8rem
    }

    .otp-section-error.otp-info-full-width,
    .otp-section-green.otp-info-full-width,
    .otp-section-grey.otp-info-full-width,
    .otp-section-mint-green.otp-info-full-width,
    .otp-section-red.otp-info-full-width,
    .otp-section-warning.otp-info-full-width,
    .otp-section.otp-info-full-width {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:63.94em) {

    .otp-section,
    .otp-section-error,
    .otp-section-green,
    .otp-section-grey,
    .otp-section-mint-green,
    .otp-section-red,
    .otp-section-warning {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .otp-section-error.otp-info-full-width,
    .otp-section-green.otp-info-full-width,
    .otp-section-grey.otp-info-full-width,
    .otp-section-mint-green.otp-info-full-width,
    .otp-section-red.otp-info-full-width,
    .otp-section-warning.otp-info-full-width,
    .otp-section.otp-info-full-width {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    hr.otp-divider-full-width-xs {
        width: auto;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width:74.94em) {
    .otp-full-width-sm {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.otp-section-grey {
    background-color: #f7f5f9
}

.otp-section-red {
    background: #f7e8e9
}

.otp-section-error {
    color: #ae1100;
    background: #f7e8e9
}

.otp-section-error.yellow {
    color: inherit;
    background-color: #fff8d7
}

.otp-section-error [role=button]:hover,
.otp-section-error [role=link]:hover {
    text-decoration: underline
}

.in-page-success .td-icon {
    padding-right: .5rem
}

.otp-section-warning {
    background-color: #fff8d7
}

.otp-section-mint-green {
    background-color: #f4f7f4
}

.otp-section-green {
    background-color: #d8e4d7
}

.td-icon-error {
    padding-right: .5em
}

.ngdialog-content .modal-banner .otp-section-error,
.ngdialog-content .modal-banner .otp-section-green,
.ngdialog-content .modal-banner .otp-section-grey,
.ngdialog-content .modal-banner .otp-section-mint-green,
.ngdialog-content .modal-banner .otp-section-red,
.ngdialog-content .modal-banner .otp-section-warning,
.ngdialog-content otp-server-error .otp-section-error,
.ngdialog-content otp-server-error .otp-section-green,
.ngdialog-content otp-server-error .otp-section-grey,
.ngdialog-content otp-server-error .otp-section-mint-green,
.ngdialog-content otp-server-error .otp-section-red,
.ngdialog-content otp-server-error .otp-section-warning,
.ngdialog-content otp-web-info .otp-section-error,
.ngdialog-content otp-web-info .otp-section-green,
.ngdialog-content otp-web-info .otp-section-grey,
.ngdialog-content otp-web-info .otp-section-mint-green,
.ngdialog-content otp-web-info .otp-section-red,
.ngdialog-content otp-web-info .otp-section-warning {
    margin: 3.5rem -1rem 2rem
}

@media (min-width:48em) {

    .ngdialog-content .modal-banner .otp-section-error,
    .ngdialog-content .modal-banner .otp-section-green,
    .ngdialog-content .modal-banner .otp-section-grey,
    .ngdialog-content .modal-banner .otp-section-mint-green,
    .ngdialog-content .modal-banner .otp-section-red,
    .ngdialog-content .modal-banner .otp-section-warning,
    .ngdialog-content otp-server-error .otp-section-error,
    .ngdialog-content otp-server-error .otp-section-green,
    .ngdialog-content otp-server-error .otp-section-grey,
    .ngdialog-content otp-server-error .otp-section-mint-green,
    .ngdialog-content otp-server-error .otp-section-red,
    .ngdialog-content otp-server-error .otp-section-warning,
    .ngdialog-content otp-web-info .otp-section-error,
    .ngdialog-content otp-web-info .otp-section-green,
    .ngdialog-content otp-web-info .otp-section-grey,
    .ngdialog-content otp-web-info .otp-section-mint-green,
    .ngdialog-content otp-web-info .otp-section-red,
    .ngdialog-content otp-web-info .otp-section-warning {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

.otp-bg-white {
    background-color: #fff
}

.otp-expand-middle-align>:first-child {
    margin-bottom: 0
}

.otp-expand-collapse {
    line-height: 1;
    cursor: pointer
}

.otp-expand-collapse button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #038203
}

.otp-expand-collapse button span.td-icon {
    padding-right: .25em
}

.otp-expand-collapse button span.grey-label-collapse {
    color: initial
}

.otp-expand-collapse button span.textAlign {
    text-align: initial
}

.otp-expand-body {
    margin-left: 2.75em
}

@media (min-width:64em) {

    .td-row-separate-right-md>[class^=col-],
    .td-row-separate-right-md>[class^=td-col-] {
        padding-right: 0
    }

    .td-row-separate-right-md>[class^=col-]:first-child>.td-list-links,
    .td-row-separate-right-md>[class^=td-col-]:first-child>.td-list-links {
        padding-right: 1em;
        border-right: thin solid #dadada
    }

    .td-row-separate-right-md>[class^=col-]:last-child,
    .td-row-separate-right-md>[class^=td-col-]:last-child {
        padding-left: 0
    }

    .td-row-separate-right-md>[class^=col-]:last-child>.td-list-links,
    .td-row-separate-right-md>[class^=td-col-]:last-child>.td-list-links {
        padding-left: 1em;
        padding-right: 0
    }
}

@media (min-width:75em) {

    .td-row-separate-right-md>[class^=col-]:first-child>.td-list-links,
    .td-row-separate-right-md>[class^=td-col-]:first-child>.td-list-links {
        padding-right: 2.1em
    }

    .td-row-separate-right-md>[class^=col-]:last-child>.td-list-links,
    .td-row-separate-right-md>[class^=td-col-]:last-child>.td-list-links {
        padding-left: 2.8125em
    }
}

.otp-title {
    font-size: 1.1875rem
}

.otp-help-text {
    font-size: .8rem;
    color: #555
}

.otp-title-block {
    display: block;
    margin-top: 10px
}

.otp-lead,
.otp-phone-number {
    font-size: 1.8125rem
}

.otp-phone-number {
    line-height: 1.31;
    font-weight: 100;
    color: #048403
}

.otp-input-approved .label-elements {
    position: relative
}

.otp-input-approved .label-elements:before {
    width: 1em;
    color: #048403;
    font-family: icons;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    display: inline-block;
    content: "";
    right: .5em;
    top: .5em;
    position: absolute
}

.otp-question-mark {
    font-size: 1.8125rem;
    display: inline
}

.otp-indent {
    margin-left: 2.3em
}

.td-col-one-fit {
    padding-right: 0
}

@media screen and (min-width:48em) {
    .text-center-sm {
        text-align: center
    }
}

.text-center-xs {
    text-align: center
}

@media screen and (min-width:48em) {
    .text-center-xs {
        text-align: left
    }
}

.break-word {
    overflow: hidden;
    word-wrap: break-word
}

.break-word>span {
    max-width: 100%
}

.break-word-all {
    word-break: break-all
}

.otp-accordion {
    margin-top: 1.5rem;
    margin-bottom: .9375rem
}

.otp-accordion span {
    cursor: pointer;
    color: #00a221
}

.otp-accordion span span {
    color: #1c1c1c
}

.otp-bullet-tabs .otp-bullets {
    padding: 0
}

.otp-bullet-tabs .otp-bullets>li {
    display: inline-block;
    width: .875em;
    height: .875em;
    border: 1px solid #048403;
    border-radius: 50%;
    margin: 0 .25em;
    cursor: pointer
}

.otp-bullet-tabs .otp-bullets>li.active {
    background: #048403
}

.td-progress-indicator .td-progress-indicator-steps .td-progress-indicator-step:first-child {
    width: auto
}

.button-spacer {
    margin-top: 2em
}

.td-custom-buttom {
    margin-bottom: 2em
}

.td-no-margin {
    margin: 0
}

.left-aligned-ul {
    padding-left: 1rem
}

.black-label {
    color: #1c1c1c !important
}

.otp-text-green {
    color: #048403
}

.otp-text-red {
    color: #ae1100
}

.otp-text-dark-green {
    color: #1a5336
}

.otp-use-password {
    margin: .5rem 0 0
}

.otp-use-password .td-icon {
    font-weight: 700
}

ul.otp-ul-list {
    margin-left: 0
}

@media screen and (max-width:63.94em) {
    .faq-modal-custom-margin-phone {
        margin-left: 25px;
        margin-right: 25px
    }
}

.forgot-username-title {
    padding-bottom: 0
}

@media screen and (min-width:48em) {
    .forgot-username-title {
        padding-bottom: 30px
    }
}

.noOutline {
    outline: none !important
}

.no-padding-left {
    padding-left: 0
}

.no-padding-top {
    padding-top: 0
}

.text-center {
    text-align: center
}

@media screen and (max-width:30em) {
    .column-reverse-xs {
        display: flex;
        flex-direction: column-reverse
    }
}

.otp-need-help-links .otp-expand-body {
    margin-left: 30px
}

.forceFullWidth {
    width: 100vw;
    margin-left: calc(-50vw + 50%)
}

.sapphire .otp-section-mint-green {
    background-color: #f0f1ff
}

.sapphire .otp-section-error.yellow {
    color: #ae1100
}

.sapphire .otp-text-green {
    color: #0143a7 !important
}

.sapphire .selector-button:focus,
.sapphire .selector-button:hover {
    border-bottom-color: #0143a7 !important
}

.sapphire .td-icon {
    color: #0143a7 !important
}

.sapphire .td-icon-error {
    color: #ae1100 !important
}

.sapphire .mbna-overide {
    color: #fff !important
}

.td-link-standalone:hover {
    cursor: pointer
}

.phone-verified-container {
    display: flex;
    align-items: center
}

.phone-verified-container .td-icon {
    font-size: 1.25rem;
    color: #797979
}

.icon-btn {
    background: none;
    border: none;
    padding: 1px 3px;
    color: #1a5336
}

.icon-btn .td-icon {
    font-size: 1.875rem
}

.footer-trademarks {
    margin: 2em 1em;
    color: #fff
}

.tradeMarkLabel {
    padding-top: .8em
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:48em) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:64em) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:75em) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:48em) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:64em) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:75em) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.text-monospace {
    font-family: Monaco, Menlo, Consolas, Courier- New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:48em) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:64em) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:75em) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(28, 28, 28, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.collapse:not(.show) {
    display: none
}

.flex-centered,
.flex-centered-row {
    display: flex;
    align-items: center
}

.flex-centered-row {
    flex-wrap: wrap
}

.flex-stretched-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.flex-centered-row.row:after,
.flex-centered-row.row:before,
.flex-centered-row.td-row:after,
.flex-centered-row.td-row:before,
.flex-stretched-row.row:after,
.flex-stretched-row.row:before,
.flex-stretched-row.td-row:after,
.flex-stretched-row.td-row:before {
    content: normal
}

.flex-centered-col {
    display: flex;
    justify-content: center
}

.flex-fill-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.flex-fill-container .fill {
    flex: 1 0 auto
}

.flex-fill-row {
    display: flex
}

.flex-fill-row .fill {
    flex: 1 1 auto
}

.td-list-links li a {
    color: #008a00
}

mat-select.form-control {
    padding: 0 0 3px
}

mat-select.form-control>.mat-select-trigger {
    height: 100%;
    padding-left: 15px;
    padding-right: 3px;
    padding-top: 3px
}

mat-select.form-control>.mat-select-trigger>.mat-select-value {
    vertical-align: middle
}

.td-link-down {
    position: relative;
    text-decoration: none
}

.td-link-down:after {
    font-size: 70%;
    font-family: icons;
    vertical-align: middle;
    line-height: 1;
    width: 1em;
    text-align: center;
    display: inline-block;
    margin-left: 4px;
    content: ""
}

a.td-link-action:after {
     display: inline;
    margin-left: 4px;
    width: auto;
    content: "\203A";
    font-size: 90%;
}

a.td-link-previous:before {
    display: inline;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    content: " "
}

a.td-link-down:after {
    display: inline;
    margin-left: 0;
    width: auto;
    content: " "
}

.checkbox {
    margin-left: -10px
}

@media screen {
    #printSection {
        display: none
    }
}

@media print {
    .printing-section body * {
        visibility: hidden;
        height: 0
    }

    .printing-section #printSection,
    .printing-section #printSection * {
        visibility: visible;
        height: auto
    }
}

.otp-box,
.otp-box-mobile {
    background-color: #fff
}

.otp-box-mobile.light-green,
.otp-box.light-green {
    background-color: #f5f9f7
}

.otp-box-mobile .otp-box-outside,
.otp-box .otp-box-outside {
    display: none
}

.otp-box-mobile .otp-box-content,
.otp-box .otp-box-content {
    display: block;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

@media screen and (min-width:30em) {

    .otp-box-mobile .otp-box-content,
    .otp-box .otp-box-content {
        margin-left: 1.875em;
        margin-right: 1.875em
    }
}

@media screen and (min-width:48em) {

    .otp-box-mobile .otp-box-content,
    .otp-box .otp-box-content {
        margin-left: 1.875em;
        margin-right: 1.875em
    }
}

@media screen and (min-width:64em) {

    .otp-box-mobile .otp-box-content,
    .otp-box .otp-box-content {
        margin-left: 3.6em;
        margin-right: 3.6em
    }
}

.otp-box-mobile .otp-box-content>h1:first-child,
.otp-box-mobile .otp-box-content>h2:first-child,
.otp-box-mobile .otp-box-content>h3:first-child,
.otp-box-mobile .otp-box-content>h4:first-child,
.otp-box-mobile .otp-box-content>h5:first-child,
.otp-box-mobile .otp-box-content>h6:first-child,
.otp-box-mobile .otp-box-content>p:first-child,
.otp-box .otp-box-content>h1:first-child,
.otp-box .otp-box-content>h2:first-child,
.otp-box .otp-box-content>h3:first-child,
.otp-box .otp-box-content>h4:first-child,
.otp-box .otp-box-content>h5:first-child,
.otp-box .otp-box-content>h6:first-child,
.otp-box .otp-box-content>p:first-child {
    margin-top: 0
}

.otp-box-mobile .otp-box-content>h1:last-child,
.otp-box-mobile .otp-box-content>h2:last-child,
.otp-box-mobile .otp-box-content>h3:last-child,
.otp-box-mobile .otp-box-content>h4:last-child,
.otp-box-mobile .otp-box-content>h5:last-child,
.otp-box-mobile .otp-box-content>h6:last-child,
.otp-box-mobile .otp-box-content>p:last-child,
.otp-box .otp-box-content>h1:last-child,
.otp-box .otp-box-content>h2:last-child,
.otp-box .otp-box-content>h3:last-child,
.otp-box .otp-box-content>h4:last-child,
.otp-box .otp-box-content>h5:last-child,
.otp-box .otp-box-content>h6:last-child,
.otp-box .otp-box-content>p:last-child {
    margin-bottom: 0
}

.otp-box-mobile .otp-box-content .btn span.td-icon,
.otp-box-mobile .otp-box-content .td-button span.td-icon,
.otp-box .otp-box-content .btn span.td-icon,
.otp-box .otp-box-content .td-button span.td-icon {
    margin-top: -3px
}

.otp-box .otp-box-content .td-button span.td-icon:before,
.otp-box-mobile .otp-box-content .td-button span.td-icon:before {
    content: "\f502"; /* FA код замка з ключем (user-lock) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    margin-right: 8px;
    display: inline-block;
    color: white;
}


.otp-box-mobile .otp-box-content .td-list-links li a,
.otp-box .otp-box-content .td-list-links li a {
    color: #008a00
}

.otp-box-mobile .otp-box-content .td-list-links li a :hover,
.otp-box .otp-box-content .td-list-links li a :hover {
    text-decoration: none;
    cursor: pointer
}

.otp-box-mobile .otp-box-content .td-list-links li a .td-link-lastword .td-icon,
.otp-box .otp-box-content .td-list-links li a .td-link-lastword .td-icon {
    padding-left: 0
}

.otp-box-insurance {
    background-color: #9ec2b1
}

.otp-box-outside {
    display: block
}

.otp-box-content {
    display: none
}

@media screen and (min-width:48em) {
    .otp-box {
        margin-bottom: 1.5rem
    }

    .otp-box.otp-separate-right-nav {
        position: relative
    }

    .otp-box.otp-separate-right-nav:before {
        display: inline-block;
        height: calc(100% - 2.4em);
        border-left: thin solid #dadada;
        position: absolute;
        top: 1.2em;
        left: 50%;
        content: " "
    }
}

@media screen and (max-width:63.94em) {
    .otp-box-mobile {
        padding: .75rem 1.5rem
    }

    .otp-full-width-xs .otp-expand-body .td-row.td-row-separate-right-md {
        margin-top: 0
    }
}

footer.otp-footer-no-img .td-footer-content,
footer.otp-footer-no-img .td-fullwidth-dark-green {
    padding-top: 0;
    padding-bottom: 0
}

.otp-login {
    width: 100%;
    background-repeat: no-repeat
}

.otp-login .form-group.form-group-short {
    padding-top: 4px;
    padding-bottom: 0;
    margin-bottom: 10px
}

.otp-login .form-group .otp-login-msg {
    clear: both;
    position: relative;
    overflow: visible;
    color: #ae1100;
    margin: 0;
    padding: .25rem 0 .375rem;
    font-size: .79375rem
}

.otp-login .form-group>label {
    margin: 0
}

.otp-login .form-group>label>.td-form-label-visible {
    padding-bottom: 0
}

.otp-login .otp-box-content form .otp-expand-collapse a span,
.otp-login .otp-box-mobile form .otp-expand-collapse a span {
    vertical-align: bottom;
    padding-right: 0;
    margin-right: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .otp-login .otp-box-content form .otp-expand-collapse a span,
    .otp-login .otp-box-mobile form .otp-expand-collapse a span {
        vertical-align: top
    }
}

.otp-login .otp-box-content form .td-icon-collapse:before,
.otp-login .otp-box-content form .td-icon-expand:before,
.otp-login .otp-box-mobile form .td-icon-collapse:before,
.otp-login .otp-box-mobile form .td-icon-expand:before {
    font-weight: 700;
    font-size: 1.2em
}

.otp-login .otp-box-content form .td-icon-collapse:before,
.otp-login .otp-box-mobile form .td-icon-collapse:before {
    content: "−"
}

.otp-login .otp-box-content form .td-icon-expand:before,
.otp-login .otp-box-mobile form .td-icon-expand:before {
    content: "+"
}

.otp-login .otp-expand-description {
    margin-bottom: .9375rem
}

.otp-login .otp-login-description {
    background-color: #fff;
    padding: 0 1.5rem;
    margin-top: 15px;
    position: relative
}

.otp-login .otp-login-description:before {
    position: absolute;
    width: .618rem;
    height: .618rem;
    background: #f5f9f7;
    left: 1.618rem;
    top: -.309rem;
    content: "";
    z-index: 99;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.otp-login .select-user-icon {
    position: absolute;
    right: 25px;
    top: 3.14em;
    font-size: 1rem;
    color: #038203;
    cursor: pointer
}

.otp-login .td-list-links {
    margin: 0;
    padding-right: 1.875rem
}

.otp-login .td-list-links>li {
    margin-bottom: .25em
}

.otp-login .td-list-links>li:last-child {
    margin: 0
}

@media (min-width:64em) {
    .otp-login .td-login-col {
        padding-right: 3.25em
    }
}

.td-button:hover {
    text-shadow: none !important
}

.text-black {
    color: #1c1c1c
}

.otp-error-title-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center
}

.otp-error-title-container h4 {
    margin: 0 0 0 14px;
    line-height: 35px
}

.otp-webroker-help-section {
    padding: 0 0 15px
}

.otp-webbroker-black-label .otp-expand-body {
    margin-bottom: 15px
}

.otp-section-mobile-paddings {
    margin: 0;
    padding: 15px 0
}

@media screen and (max-width:63.94em) {
    .otp-protect-yourself .otp-expand-body {
        margin-left: 0 !important
    }

    .otp-protect-yourself .otp-getting-started-btn {
        margin-top: 30px
    }
}

@media screen and (min-width:48em) {
    .otp-protect-yourself h2 {
        padding-left: 15px
    }
}

.faq-background {
    background-color: #f7f5f9
}

.co-brand-logo {
    height: 50px;
    max-width: 100%
}

@media screen and (min-width:48em) {
    .co-brand-header {
        padding: 1rem 0;
        margin: 0
    }
}

.login-right-nav h2,
.login-right-nav h3 {
    margin-top: 0;
    margin-bottom: .25em
}

.login-right-nav p {
    margin-top: .25em;
    margin-bottom: 0
}

.login-right-nav .form-group {
    padding-top: 1em;
    padding-bottom: 1em
}

.login-right-nav .hor-separator {
    border-width: thin !important;
    margin: 1.2em 0 .75em
}

.login-right-nav .phone-number {
    margin-bottom: .5em
}

.login-right-nav-xs h2 {
    margin: .35em 0
}

.td-in-page-banner {
    position: relative
}

.td-in-page-banner a {
    text-decoration: none;
    color: initial
}

.td-in-page-banner h2 {
    line-height: 1.31
}

@media (max-width:47.94em) {
    .td-in-page-banner h2 {
        line-height: 1.333
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .td-in-page-banner h2 {
        margin-top: 20px !important
    }
}

.td-in-page-banner h2,
.td-in-page-banner p {
    margin-bottom: 0;
    padding: 0
}

.td-in-page-banner h2 {
    color: #048403
}

@media (min-width:48em) {
    .td-in-page-banner h2 {
        margin-top: 40px
    }
}

@media (min-width:48em) {
    .td-in-page-banner p {
        font-size: 1rem;
        line-height: 1.595;
        letter-spacing: .015rem;
        margin-top: 5px
    }
}

.td-in-page-banner .td-banner {
    margin: 0 auto;
    text-align: center
}

@media (max-width:47.94em) {
    .td-in-page-banner .td-banner img {
        width: 100%
    }
}

@media (max-width:47.94em) {
    .td-in-page-banner .td-rwd-line {
        display: inline
    }
}

@media (min-width:48em) {
    .td-in-page-banner .td-rwd-line {
        display: block
    }
}

@media (max-width:47.94em) {
    .td-in-page-banner .td-banner-content {
        text-align: center;
        padding: 0 30px;
        position: relative
    }

    .td-in-page-banner .td-banner-content h2 {
        margin-top: 20px
    }

    .td-in-page-banner .td-banner-content p {
        font-size: 1rem;
        line-height: 1.595;
        letter-spacing: .015rem;
        margin-top: 12px
    }
}

@media (min-width:48em) {
    .td-in-page-banner .td-banner-content {
        text-align: left;
        position: absolute;
        top: 0
    }
}

.td-in-page-banner .td-banner-content .td-cta .td-button {
    border-color: #048403;
    color: #048403
}

@media (max-width:47.94em) {
    .td-in-page-banner .td-banner-content .td-cta {
        margin-top: 25px;
        padding: 0
    }
}

@media (min-width:48em) {
    .td-in-page-banner .td-banner-content .td-cta {
        margin-top: 25px;
        width: 235px
    }
}

@media (min-width:48em) and (max-width:63.94em) {
    .td-in-page-banner .td-banner-content .td-cta {
        margin-top: .5rem
    }
}

@media (min-width:48em) {
    .td-in-page-banner .td-banner-fg {
        position: absolute;
        top: 0
    }
}

@media (min-width:48em) {
    .td-in-page-banner {
        padding-top: 0
    }
}

.canadapost-theme {
    --color-cccccc: #ccc;
    --color-8c8c8c: #8c8c8c;
    --color-fffffe: #fffffe;
    --color-54b948: #54b948;
    --color-ae1100: #ae1100;
    --color-767676: #767676;
    --color-616161: #616161;
    --color-111111: #111;
    --color-ffffff: #fff;
    --color-2C73CA: #2c73ca;
    --color-1154A5: #1154a5;
    --blue-bg: #e1ecf8;
    --grey-bg: #f9f9f9;
    --warning-bg: #fff8d7;
    --error-bg: #f7e8e9;
    --primary-blue: #003087;
    --primary-red: #e4002b;
    --brand-blue: #2c73ca;
    --font-family-roboto: Roboto;
    --font-style-normal: normal;
    --font-style-italic: italic;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-medium: medium;
    --font-weight-normal: normal;
    --px-0: 0px;
    --px-0-01: 0.01px;
    --px-0-5: 0.5px;
    --px-13: 13px;
    --px-15: 15px;
    --px-16: 16px;
    --px-18: 18px;
    --px-20: 20px;
    --px-22: 22px;
    --px-23: 23px;
    --px-24: 24px;
    --px-28: 28px;
    --px-31: 31px;
    --px-36: 36px;
    --px-40: 40px;
    --decoration-underline: underline;
    font-family: var(--font-family-roboto);
    font-style: var(--font-style-normal);
    font-weight: var(--font-weight-300);
    font-size: var(--px-15);
    line-height: var(--px-23);
    letter-spacing: var(--px-01);
    color: var(--color-111111)
}

.canadapost-theme .btn,
.canadapost-theme .td-button {
    font-family: var(--font-family-roboto) !important;
    font-weight: 500;
    font-size: var(--px-16)
}

.canadapost-theme :focus,
.canadapost-theme a:focus {
    outline: thin dotted var(--color-2C73CA)
}

.canadapost-theme h1 {
    font-family: var(--font-family-roboto) !important;
    color: var(--primary-blue);
    font-style: var(--font-style-normal);
    font-weight: var(--font-weight-300);
    font-size: var(--px-28)
}

.canadapost-theme .h1 {
    font-size: var(--px-22)
}

.canadapost-theme h2 {
    color: var(--primary-blue);
    font-size: var(--px-22)
}

.canadapost-theme h2,
.canadapost-theme h3 {
    font-family: var(--font-family-roboto) !important;
    font-style: var(--font-style-normal);
    font-weight: var(--font-weight-300)
}

.canadapost-theme h3 {
    color: var(--color-111111)
}

.canadapost-theme label {
    font-weight: var(--font-weight-300)
}

.canadapost-theme .text-regular {
    font-weight: var(--font-weight-300);
    font-size: var(--px-15)
}

.canadapost-theme .text-bold,
.canadapost-theme .text-regular,
.canadapost-theme strong {
    font-family: var(--font-family-roboto) !important;
    font-style: var(--font-style-normal);
    line-height: var(--px-23);
    letter-spacing: var(--px-01);
    color: var(--color-111111)
}

.canadapost-theme .text-bold,
.canadapost-theme strong {
    font-weight: var(--font-weight-500)
}

.canadapost-theme .text-italic {
    font-family: var(--font-family-roboto) !important;
    font-style: var(--font-style-italic);
    font-weight: var(--font-weight-300);
    font-size: var(--px-13);
    line-height: var(--px-18);
    letter-spacing: var(--px-01);
    color: var(--color-111111)
}

.canadapost-theme footer a {
    color: #fff !important
}

.canadapost-theme footer .td-footer-links a {
    font-size: var(--px-13)
}

.canadapost-theme a:not(.td-icon, .td-copy-white) {
    font-family: var(--font-family-roboto) !important;
    font-style: var(--font-style-normal) !important;
    font-weight: var(--font-weight-500) !important;
    font-size: var(--px-15) !important;
    line-height: var(--px-23) !important;
    letter-spacing: var(--px-0) !important;
    color: var(--brand-blue) !important
}

.canadapost-theme footer {
    background: #666 !important;
    border-top: 0 !important
}

.canadapost-theme .scroll-to-top-wrapper .ellipse,
.canadapost-theme .scroll-to-top-wrapper .label {
    color: var(--brand-blue) !important
}

.canadapost-theme .td-utility-toggle {
    background-color: var(--primary-red);
    height: 3px
}

.canadapost-theme .spiner-container .mat-progress-spinner circle,
.canadapost-theme .spiner-container .mat-spinner circle {
    stroke: var(--brand-blue) !important
}

.canadapost-theme .form-control:focus,
.canadapost-theme .form-control:hover:not([disabled]),
.canadapost-theme .input-focused {
    border-bottom-color: var(--brand-blue) !important;
    outline: none
}

.canadapost-theme .mat-calendar-body-cell-content:hover,
.canadapost-theme .mat-calendar-body-selected {
    background-color: var(--brand-blue) !important
}

.canadapost-theme .datepicker-header .chosen {
    color: var(--brand-blue) !important
}

.canadapost-theme .radio input[type=radio] {
    border-color: var(--brand-blue) !important
}

.canadapost-theme .radio input[type=radio]:checked {
    box-shadow: inset 0 0 0 4px var(--brand-blue)
}

.canadapost-theme .checkbox input[type=checkbox] {
    border-width: 2px;
    border-color: var(--brand-blue) !important
}

.canadapost-theme .checkbox input[type=checkbox]:checked {
    background-color: var(--brand-blue) !important
}

.canadapost-theme .otp-preloader .loading-spinner.big .primary,
.canadapost-theme .otp-preloader .loading-spinner.big .primary-bright {
    stop-color: var(--brand-blue) !important
}

.canadapost-theme .radio-img .img-wrapper {
    border-color: var(--brand-blue) !important
}

.canadapost-theme .radio-img .img-wrapper.checked {
    background-color: var(--brand-blue) !important
}

.canadapost-theme .td-select:after {
    border-color: var(--brand-blue) !important
}

.canadapost-theme.en_CA .td-logo img {
    content: url(logo_en.0dcc5bed34fe26434342.svg);
    width: auto
}

.canadapost-theme.fr_CA .td-logo img {
    content: url(logo_fr.62ab07ced0986596ab16.svg);
    width: auto
}

.canadapost-theme .td-icon-logout:before {
    content: url(lock.ec967939c573ec316f2e.svg);
    padding: 10px
}

.canadapost-theme .td-header-mobile .td-icon-logout:before {
    padding: 0 10px 10px
}

.canadapost-theme .td-nav-mobile-menu-header {
    background-color: var(--color-ffffff)
}

.canadapost-theme .td-nav-primary {
    height: 81px
}

.canadapost-theme .td-header-mobile,
.canadapost-theme .td-nav-primary {
    background-color: var(--color-ffffff);
    border-bottom: 1px solid #cbcbcb;
    border-top: 2px solid #ca261a
}

.canadapost-theme .td-header-mobile {
    height: 54px
}

.canadapost-theme .td-button {
    background-color: transparent;
    border-color: var(--color-2C73CA)
}

.canadapost-theme .td-button-secondary {
    background-color: var(--color-2C73CA);
    border-color: var(--color-2C73CA);
    color: var(--color-ffffff)
}

.canadapost-theme .td-button-secondary:hover {
    background-color: var(--color-1154A5)
}

.canadapost-theme .td-button-secondary:active {
    background-color: #448be2
}

.canadapost-theme .td-button-secondary[disabled]:focus,
.canadapost-theme .td-button-secondary[disabled]:hover {
    background-color: #fafafd
}

.canadapost-theme .icon-btn,
.canadapost-theme .td-icon-wrapper .td-icon,
.canadapost-theme .td-nav-mobile-menu-header .td-mobile-menu-close,
.canadapost-theme ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item .td-icon {
    color: var(--primary-blue)
}

.canadapost-theme .td-header-mobile a:focus,
.canadapost-theme .td-header-mobile button:focus,
.canadapost-theme .td-header-mobile input[type=submit]:focus,
.canadapost-theme .td-nav-mobile-menu-top a:focus,
.canadapost-theme .td-nav-mobile-menu-top button:focus,
.canadapost-theme .td-nav-mobile-menu-top input[type=submit]:focus,
.canadapost-theme .td-nav-mobile a:focus,
.canadapost-theme .td-nav-mobile button:focus,
.canadapost-theme .td-nav-mobile input[type=submit]:focus,
.canadapost-theme body :focus,
.canadapost-theme body a:focus {
    outline: 1px dotted var(--brand-blue)
}

.canadapost-theme .td-header-mobile .td-mobile-menu-button-icon .icon-bar {
    background-color: var(--brand-blue)
}

.canadapost-theme .td-button-clear-green {
    color: var(--color-2C73CA)
}

.canadapost-theme .td-button-clear-green:hover {
    background-color: #f2f2f2
}

.canadapost-theme .td-button-clear-green:active {
    background-color: #f9f9f9
}

.canadapost-theme .td-button-clear-green:before {
    border-color: var(--color-2C73CA)
}

.canadapost-theme .td-button-clear-green:focus {
    color: var(--color-2C73CA);
    background-color: #f2f2f2;
    border-color: var(--color-2C73CA);
    outline: 1px solid var(--color-2C73CA);
    outline-offset: 0
}

.canadapost-theme .td-no-focus-outline :focus {
    outline: none !important
}

.canadapost-theme .otp-phone-number {
    color: var(--primary-blue)
}

.canadapost-theme .otp-option-title {
    color: var(--color-111111) !important
}

.canadapost-theme .otp-box.light-green {
    background-color: var(--grey-bg)
}

.canadapost-theme .td-icon-approved.input-group-addon {
    color: var(--brand-blue) !important
}

.canadapost-theme .text-black {
    color: #1c1c1c
}

.canadapost-theme .td-sim-progress .progress-steps .step.step-active {
    background-color: var(--brand-blue) !important
}

.canadapost-theme .td-sim-progress .progress-steps .step.step-completed {
    background-color: var(--primary-blue) !important
}

.canadapost-theme .otp-text-green,
.canadapost-theme .td-icon-checkMark,
.canadapost-theme ul.td-list li:before {
    color: var(--primary-blue)
}

.canadapost-theme .bg-success {
    background-color: var(--blue-bg)
}

.canadapost-theme .td-notification-section.bg-success h3,
.canadapost-theme .td-notification.bg-success h3 {
    color: var(--brand-blue)
}

.canadapost-theme .td-icon-secureBtn:before {
    color: var(--color-ffffff)
}

.canadapost-theme .td-icon-contactUs:before,
.canadapost-theme .td-icon-sendFeedback:before {
    color: var(--primary-blue);
    content: url(phone.9c43a73c40536be4413d.svg)
}

.canadapost-theme .secure-lock-position,
.canadapost-theme .td-nav-primary .td-quick-access>ul>li {
    color: var(--primary-blue);
    margin-top: 0
}

.canadapost-theme .otp-box-mobile.light-green,
.canadapost-theme .otp-box.light-green,
.canadapost-theme .otp-section-mint-green {
    background-color: var(--grey-bg)
}

.canadapost-theme .account-locked img {
    content: url(Reset_errorIcon.8dee15b894b19ed33dc5.svg)
}

.canadapost-theme .td-nav-primary .td-quick-access .td-header-nav-utilities .td-dropdown-active>.td-dropdown-content .td-icon {
    color: var(--color-2C73CA)
}

.canadapost-theme .dots .dot a {
    border-color: var(--color-2C73CA) !important
}

.canadapost-theme .dots .dot a.active {
    background-color: var(--color-2C73CA) !important
}

.canadapost-theme .otp-option-title {
    font-family: var(--font-family-roboto) !important
}

.canadapost-theme .has-error .form-control:focus {
    outline-color: transparent
}

.canadapost-theme .td-icon-wrapper:hover .td-icon:not(:hover) {
    color: var(--color-2C73CA)
}

.canadapost-theme .otp-section-grey,
.canadapost-theme section.td-consent {
    background-color: var(--grey-bg) !important
}

.canadapost-theme .td-button[disabled] {
    background-color: #767676
}

.canadapost-theme .form-control {
    border-color: var(--color-8c8c8c)
}

.canadapost-theme .otp-box-mobile.light-green a:not(.td-icon, .td-copy-white),
.canadapost-theme .otp-box.light-green a:not(.td-icon, .td-copy-white),
.canadapost-theme .otp-section-mint-green a:not(.td-icon, .td-copy-white) {
    color: var(--primary-blue) !important;
    font-weight: 500 !important
}

.canadapost-theme .hide-content {
    display: none
}

.dtss-overide:before {
    content: "";
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    padding-right: 8px;
    padding-top: 10px;
    width: 1em;
    display: inline-block;
    line-height: 0
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(roboto-v29-latin-100.cfeaadddd30a8779c54f.eot);
    src: local(""), url(roboto-v29-latin-100.cfeaadddd30a8779c54f.eot) format("embedded-opentype"), url(roboto-v29-latin-100.25385d9f52e1ff5e8883.woff2) format("woff2"), url(roboto-v29-latin-100.9391e6e27e41ec761fe1.woff) format("woff"), url(roboto-v29-latin-100.3bba7d385bd97e54b16d.ttf) format("truetype"), url(roboto-v29-latin-100.641943e21507b7e77ccd.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: url(roboto-v29-latin-100italic.543d28756652d7d9fa68.eot);
    src: local(""), url(roboto-v29-latin-100italic.543d28756652d7d9fa68.eot) format("embedded-opentype"), url(roboto-v29-latin-100italic.369a121b19db7ecd9f30.woff2) format("woff2"), url(roboto-v29-latin-100italic.d6b24ac35b57ba6aadfd.woff) format("woff"), url(roboto-v29-latin-100italic.e475797bb9d274f1facc.ttf) format("truetype"), url(roboto-v29-latin-100italic.55acbd034d3b8ec26868.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(roboto-v29-latin-300.23a02175b1cccf4f6501.eot);
    src: local(""), url(roboto-v29-latin-300.23a02175b1cccf4f6501.eot) format("embedded-opentype"), url(roboto-v29-latin-300.0109a2ace896a506a0aa.woff2) format("woff2"), url(roboto-v29-latin-300.877b9231e5bb1f939daa.woff) format("woff"), url(roboto-v29-latin-300.9f1e0adcab8407c87ef6.ttf) format("truetype"), url(roboto-v29-latin-300.991f795de66ec216a1f8.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(roboto-v29-latin-300italic.061454ea6d936793b35b.eot);
    src: local(""), url(roboto-v29-latin-300italic.061454ea6d936793b35b.eot) format("embedded-opentype"), url(roboto-v29-latin-300italic.aa3d9e95817700a9a334.woff2) format("woff2"), url(roboto-v29-latin-300italic.dd07640d74d4485c4e4b.woff) format("woff"), url(roboto-v29-latin-300italic.1b1617ac73fa8d1b09a2.ttf) format("truetype"), url(roboto-v29-latin-300italic.283f1b279a07f06ede26.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(roboto-v29-latin-regular.160fbc69802809bdb0ef.eot);
    src: local(""), url(roboto-v29-latin-regular.160fbc69802809bdb0ef.eot) format("embedded-opentype"), url(roboto-v29-latin-regular.4673b4537a84c7f7a130.woff2) format("woff2"), url(roboto-v29-latin-regular.9b78ea3bc4f00e508f01.woff) format("woff"), url(roboto-v29-latin-regular.69358f64aea6fd09499a.ttf) format("truetype"), url(roboto-v29-latin-regular.4f862c8ba4ed785461ee.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(roboto-v29-latin-italic.b79c22d9555e2ea4cbd1.eot);
    src: local(""), url(roboto-v29-latin-italic.b79c22d9555e2ea4cbd1.eot) format("embedded-opentype"), url(roboto-v29-latin-italic.d52a565af9d2ae457512.woff2) format("woff2"), url(roboto-v29-latin-italic.c8864b37568c1e60cc44.woff) format("woff"), url(roboto-v29-latin-italic.45bb88c2a9b6a4bb6e4d.ttf) format("truetype"), url(roboto-v29-latin-italic.5b35ce29664d4b37d611.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(roboto-v29-latin-500.b33fff411a88b40a9e54.eot);
    src: local(""), url(roboto-v29-latin-500.b33fff411a88b40a9e54.eot) format("embedded-opentype"), url(roboto-v29-latin-500.869888415d0b1a99ae5c.woff2) format("woff2"), url(roboto-v29-latin-500.ddd11dabeca881d49f59.woff) format("woff"), url(roboto-v29-latin-500.ff105b19a81f2dd4a684.ttf) format("truetype"), url(roboto-v29-latin-500.9024e4c16d0f988f4848.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(roboto-v29-latin-500italic.5e788e9750a116542847.eot);
    src: local(""), url(roboto-v29-latin-500italic.5e788e9750a116542847.eot) format("embedded-opentype"), url(roboto-v29-latin-500italic.f8d81cb45fd5293f176c.woff2) format("woff2"), url(roboto-v29-latin-500italic.1633b6b9993ab5dccd7b.woff) format("woff"), url(roboto-v29-latin-500italic.64f1720357c1e0e737db.ttf) format("truetype"), url(roboto-v29-latin-500italic.8dc5508832c2cd3a24a5.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(roboto-v29-latin-700.ddc12da176d35ffa437b.eot);
    src: local(""), url(roboto-v29-latin-700.ddc12da176d35ffa437b.eot) format("embedded-opentype"), url(roboto-v29-latin-700.0682ca7f74351d42bf73.woff2) format("woff2"), url(roboto-v29-latin-700.0344cc3c5cd0959f5f92.woff) format("woff"), url(roboto-v29-latin-700.52327c41eefb552d4074.ttf) format("truetype"), url(roboto-v29-latin-700.9cc0e6124996a8989420.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(roboto-v29-latin-700italic.e5e4e1ed4dd2c0b9597a.eot);
    src: local(""), url(roboto-v29-latin-700italic.e5e4e1ed4dd2c0b9597a.eot) format("embedded-opentype"), url(roboto-v29-latin-700italic.c756cf083283e3aed420.woff2) format("woff2"), url(roboto-v29-latin-700italic.43c077649e51429fefb9.woff) format("woff"), url(roboto-v29-latin-700italic.ae9579bbdaa96703f7df.ttf) format("truetype"), url(roboto-v29-latin-700italic.ea7a3036ad9539366729.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(roboto-v29-latin-900.491f985a9c0ae63d8176.eot);
    src: local(""), url(roboto-v29-latin-900.491f985a9c0ae63d8176.eot) format("embedded-opentype"), url(roboto-v29-latin-900.153ba331429b872012a6.woff2) format("woff2"), url(roboto-v29-latin-900.b555d2282352d94691bc.woff) format("woff"), url(roboto-v29-latin-900.016d066a4b4b66177e65.ttf) format("truetype"), url(roboto-v29-latin-900.117624e99e0b7e9ded57.svg) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: url(roboto-v29-latin-900italic.dd4d945175f84be76ad3.eot);
    src: local(""), url(roboto-v29-latin-900italic.dd4d945175f84be76ad3.eot) format("embedded-opentype"), url(roboto-v29-latin-900italic.dfe015785418a773e3e3.woff2) format("woff2"), url(roboto-v29-latin-900italic.e293def90a4c29323e64.woff) format("woff"), url(roboto-v29-latin-900italic.88084408e472d4c3f515.ttf) format("truetype"), url(roboto-v29-latin-900italic.b97dea3ea071a793ec96.svg) format("svg")
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    src: url(SourceSansPro.1402accbefdec6a25762.woff2) format("woff2")
}